上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 26 下一页
摘要: 04-掌握-XML解析-GDataXML 阅读全文
posted @ 2017-03-21 17:50 laugh 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 小文件下载如果文件比较小,下载方式会比较多直接用NSData的+ (id)dataWithContentsOfURL:(NSURL *)url;利用NSURLConnection发送一个HTTP请求去下载如果是下载图片,还可以利用SDWebImage框架如果是大文件下载,建议使用NSURLSessi 阅读全文
posted @ 2017-03-21 13:00 laugh 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 02-掌握-JSON解析 阅读全文
posted @ 2017-03-20 14:53 laugh 阅读(250) 评论(0) 推荐(0) 编辑
摘要: // ViewController.m // 00-RunLoop补充 #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; NST... 阅读全文
posted @ 2017-03-20 14:36 laugh 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 插件:SVProgressHUD 阅读全文
posted @ 2017-03-20 12:59 laugh 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 04-掌握-GCD定时器 阅读全文
posted @ 2017-03-20 12:04 laugh 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 自定义线程对象 02-掌握-RunLoop实践 阅读全文
posted @ 2017-03-20 11:49 laugh 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 01-掌握-RunLoop 阅读全文
posted @ 2017-03-20 09:54 laugh 阅读(131) 评论(0) 推荐(0) 编辑
摘要: http图片不显示: 网上说加NSAllowsArbitraryLoads,现在看来应该是加入App Transport Security Settings,当然你如果加入NSAllowsArbitraryLoads会变成App Transport Security Settings,不罗嗦,直接添 阅读全文
posted @ 2017-03-17 15:44 laugh 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 使用NSOperation子类的方式有3种NSInvocationOperationNSBlockOperation自定义子类继承NSOperation,实现内部相应的方法 阅读全文
posted @ 2017-03-17 12:48 laugh 阅读(407) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 26 下一页