for UITableview
利用mvvm 在viewmodel中构建Obserable 其继承于Variable 类型为[heroModel] 本质上扔为一个dataArray
其中 model为
而在controller层中 利用rxswift cocoa 对tableview的扩展直接 将viewModel 中Obserable bind to tableview 事件为items
若需要数据源发生更改
tableview 选择事件监听
利用mvvm 在viewmodel中构建Obserable 其继承于Variable 类型为[heroModel] 本质上扔为一个dataArray
其中 model为
而在controller层中 利用rxswift cocoa 对tableview的扩展直接 将viewModel 中Obserable bind to tableview 事件为items
若需要数据源发生更改
tableview 选择事件监听