RACBaseServices
查看次数:1409
下载次数:296
上传时间:2016-08-24
大小:17 B
采用MVVM + ReactiveCocoa + Services的模式,彻底将界面和逻辑分离,
原ViewContoller和NavigationController的presentViewController和pushViewController等方法,将彻底被services替代,
service:负责调度controllerViewModel,通过router进行映射,
view controller stack:负责管理和调度view controlller,
设计实现更加独立,耦合度更低,更利于单元测试
github: https://github.com/MarkeJave/RACBaseServices.git
收藏
https://gitee.com/zfj1128/ZFJObsLib_dmg