简要描述功能
通过 demo 代码展示此 pod 的主要功能,使用者阅读了 demo 代码应该可以了解 pod 的大部分功能,API 设计应尽量简洁易懂
//demo code here
介绍主要类的功能职责,例如:
AFNetworkReachabilityManager:监听网络状态变化
[[AFNetworkReachabilityManager sharedManager] setReachabilityStatusChangeBlock:^(AFNetworkReachabilityStatus status) {
NSLog(@"Reachability: %@", AFStringFromNetworkReachabilityStatus(status));
}];
[[AFNetworkReachabilityManager sharedManager] startMonitoring];
目前都使用 Cocoapods 进行安装,在 Podfile 中加入
pod "ALAlertView"
alex520biao [email protected]
ALAlertView 是xxxx内部项目,默认不对外开源。