摘要: - (void)viewDidLoad { [super viewDidLoad]; // 下载小文件的方式 // 1.NSData dataWithContentsOfURL // 2.NSURLConnection } // 1.NSData dataWithContentsOfURL - (void)downloadFile { disp... 阅读全文
posted @ 2016-10-29 10:06 IOSyes 阅读(158) 评论(0) 推荐(0)
摘要: 1 - (void)viewDidLoad 2 { 3 [super viewDidLoad]; 4 5 // 监听网络状态发生改变的通知 6 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(networkStateChange) name:kR... 阅读全文
posted @ 2016-10-29 02:15 IOSyes 阅读(464) 评论(0) 推荐(0)