
objc.io
aaronmu7
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Lighter View Controllers
Light View Controllers*Separate Out Data Source and Other Protocol*The nice thing is that we can test this class separately, and never have to worry about writing it again. The same principle原创 2016-03-17 16:28:23 · 259 阅读 · 0 评论 -
Architecture
Introduction to MVVM*MVVM is compatible with your existing MVC architecture.MVVM makes your apps more testable.MVVM works best with a binding mechanism.*Most developers agree that global m原创 2016-03-19 16:48:05 · 393 阅读 · 0 评论