简明扼要的描述功能
通过demo code 展示此pod的主要功能,使用者阅读了demo code应该可以了解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内部项目,默认不对外开源。