iOS开发 MVVM-ReactiveCocoa资料

相对好懂一点的:

http://southpeak.github.io/blog/2014/08/02/reactivecocoazhi-nan-%5B%3F%5D-:xin-hao/

http://southpeak.github.io/blog/2014/08/02/reactivecocoazhi-nan-er-:twittersou-suo-shi-li/ 

http://www.cocoachina.com/ios/20140115/7702.html 


然后看一下实际代码怎么实现:

http://www.cocoachina.com/ios/20140224/7868.html 


还有sunny对于ReactiveCocoa源码的解析及使用讲解

http://blog.sunnyxx.com/tags/Reactive%20Cocoa%20Tutorial/ 


还有实用方面:

http://blog.csdn.net/womendeaiwoming/article/details/37597779 

https://github.com/jimple/JCiOSProjectSampleWithRAC 


MVVM框架设计原理及ReactiveCocoa的使用:

http://yulingtianxia.com/blog/2015/05/21/ReactiveCocoa-and-MVVM-an-Introduction/ 


最后,就是在一个项目中完全使用ReactiveCocoa框架了,这个代码比较复杂,但是理清楚之后,会发现,一个Demo就够了

https://github.com/leichunfeng/MVVMReactiveCocoa 


你可能感兴趣的:(MVVM,ReactiveCocoa)