https://github.com/iOS--wsl--victor/iOSBlogCN(好的博客列表)
目标
常用的设计模式、内存管理、Blocks 的使用、图像操作、网络请求和管理、多线程应该比较熟悉。对于 CALayer、Animation、UIScrollView、UITableView、UICollectionView、 ViewController Container 则非常熟悉,对「非常熟悉」的定义是:不打开 Xcode,脑子里就能把相应的知识点复述出来 80% ,比如这个类有哪些方法,Delegate / DataSource 有哪些方法,怎么使用,如果要实现某个效果,应该怎么做(好吧, UICollectionView 除外)。
(1)SVPullToRefresh (UIScrollView,State Handle)下拉刷新
https://github.com/samvermette/SVPullToRefresh
(2)AFNetworking (NSOperation,HTTP,Block)网络访问
https://github.com/AFNetworking/AFNetworking
(3)SDWebImage (Image Cache,Cache, NSOperation,Block)图片加载
https://github.com/rs/SDWebImage
(4)JSONModel(Runtime) json解析
https://github.com/icanzilb/JSONModel
(5)YTKKeyValueStore(数据库)
https://github.com/yuantiku/YTKKeyValueStore
(6)YTKNetwork(网络)
https://github.com/yuantiku/YTKNetwork