All Projects → coderyi → Mvvmdemo

coderyi / Mvvmdemo

Licence: other
MVVM应用在iOS的Demo,主要通过经典的TableView来演示

MVVMDemo

MVVM在iOS应用的Demo,主要通过经典的TableView来演示

MVVM来自微软,是一个相当不错的架构模式。

首先了解一下MVVM的架构

MVVM

图片来自http://www.teehanlax.com/blog/model-view-viewmodel-for-ios/

MVVMDemo的架构

Model: 数据的模型

View: 其实包括View和ViewController两部分,统称为View

ViewModel: 本Demo,主要是处理网络请求,把获取的数据显示在TableView上

另外

TableViewProtocol: 为了避免ViewController太重,我把TableView的DataSource和Delegate分离出来

MVVMDemo的效果预览

参考链接:

Model-View-ViewModel for iOS (译)

copyright (c) 2015 coderyi.all rights reserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].