1. KVC: http://www.cocoachina.com/ios/20181009/25120.html
2. KVO: http://www.cnblogs.com/zy1987/p/4616764.html
3. 数据存储:https://www.infoq.cn/article/data-storage-in-ios
4. 自动释放池的前世今生:https://www.jianshu.com/p/32265cbb2a26
5. Autorelease 对象的内存管理:https://www.jianshu.com/p/f87f40592023
6. 你真的了解load方法么? http://www.cocoachina.com/ios/20160516/16273.html
7. ReactiveCocoa http://www.jianshu.com/p/87ef6720a096
8. Core Data 概述: http://www.cocoachina.com/ios/20130911/6981.html
9. A Complete Core Data Application: https://www.objc.io/issues/4-core-data/full-core-data-application/
10.iOS 动态化的故事 : http://blog.cnbang.net/tech/3286/
11. JSPatch实现原理详解 : http://blog.cnbang.net/tech/2808/
12. 对比 iOS 中的四种数据存储: https://www.infoq.cn/article/data-storage-in-ios
13. MVVM和Reactive Cocoa:
http://www.cocoachina.com/ios/20150525/11930.html
http://www.raywenderlich.com/74106/mvvm-tutorial-with-reactivecocoa-part-1(勉哥推荐)
14. main之前ios都做了什么:
http://blog.sunnyxx.com/2014/08/30/objc-pre-main/
http://blog.csdn.net/guojin08/article/details/48527743
15. ReactiveCocoa和swift的使用:
http://www.tuicool.com/articles/3qmiy2
16. Pch
http://rulioo.blog.163.com/blog/static/5160395201192911400166/
17. CALayer: