摘要: @interface ViewController (){ UIImageView* iv; UIButton* btn; UILabel* lbl;}@end@implementation ViewController- (void)viewDidLoad { [super... 阅读全文
posted @ 2015-12-14 16:22 death3721 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 用Cocoa Pods导入控件以后 直接导头文件 复制以下代码[SCNetworkReachability host:@"github.com" reachabilityStatus:^(SCNetworkStatus status){ switch (status) { ... 阅读全文
posted @ 2015-12-14 16:19 death3721 阅读(327) 评论(0) 推荐(0) 编辑