- 组件化架构漫谈:http://www.cocoachina.com/ios/20160929/17610.html
- iOS组件化思路-大神博客研读和思考: http://www.jianshu.com/p/afb9b52143d4
- iOS 组件化方案探索:http://blog.cnbang.net/tech/3080/
- ios业务模块间互相跳转的解耦方案:http://blog.youkuaiyun.com/cuibo1123/article/details/51017376
- 围观神仙打架,反革命工程师《iOS应用架构谈 组件化方案》和蘑菇街Limboy的《蘑菇街 App 的组件化之路》的阅读指导:http://reviewcode.cn/article.html?reviewId=20
- 滴滴出行iOS客户端架构演进之路:http://mp.weixin.qq.com/s?__biz=MzA3ODg4MDk0Ng==&mid=402854111&idx=1&sn=5876e615fabd6d921285d904e16670fb&scene=1&srcid=031694opQo3vCeGvWF5Gu62l#rd
- 手机淘宝客户端架构探索实践:https://yq.aliyun.com/articles/129
- 苹果核 - 解耦神器 —— 统跳协议和Rewrite引擎:http://pingguohe.net/2015/11/24/Navigator-and-Rewrite.html
- 携程移动App架构优化之旅:https://mp.weixin.qq.com/s?__biz=MzA3ODg4MDk0Ng==&mid=403009403&idx=1&sn=d19264fa1d06b9c5a9dfb1d192a0ed8e&scene=1&srcid=0401q08nZugjahvHG8rIXA3D&key=710a5d99946419d9421e8fbc5fb565c3a91aaaba22b5db9dffc9bcfae33aa18f533fbe82c6c570fec3720d82be5b9b5a&ascene=0&uin=MTMzODgyNTU%3D&devicetype=iMac+MacBookPro10%2C1+OSX+OSX+10.11+build(15A282b)&version=11000004&pass_ticket=IbzhLj2Kxa98XTnVDWywF6o6dyAlCik592Btwh3yT4A%3D
- 蘑菇街组件化:
- 《蘑菇街 App 的组件化之路》:http://blog.youkuaiyun.com/nothingl3/article/details/50931027
- 《蘑菇街 App 的组件化之路.续》:http://blog.youkuaiyun.com/nothingl3/article/details/50931047
- 一个高效/灵活的 iOS URL Router(蘑菇街:MGJRouter):https://github.com/mogujie/MGJRouter
- Casatwy方案
- iOS应用架构谈 组件化方案:http://casatwy.com/iOS-Modulization.html
- demo的git地址:https://github.com/casatwy/CTMediator
- 一个针对iOS模块化开发的解决方案(不断完善优化中):https://github.com/wujunyang/jiaModuleDemo
- HHRouter方案
- demo的git地址:https://github.com/Huohua/HHRouter
四:LDBusBundle_IOS方案
- demo的git地址:https://github.com/Lede-Inc/LDBusBundle_IOS
- iOS组件化实践方案-LDBusMediator炼就:http://www.jianshu.com/p/196f66d31543
- LDBusMediator的git地址:https://github.com/Lede-Inc/LDBusMediator
- DarwinNativeRouter方案:
- 如何优雅的实现界面跳转 之 统跳协议 – DarwinNativeRouter:http://www.jianshu.com/p/d6a246752ca5
- demo的git地址:https://github.com/oenius/DarwinNativeRouter
- routable方案
1.demo的git地址:https://github.com/clayallsopp/routable-ios