学习 MVVM+Coordinator 架构
2019-05-11 本文已影响0人
达菲栀子
学习视频地址:https://www.youtube.com/watch?v=9VojuJpUuE8
视频代码地址:https://github.com/macdevnet/mvvmc-demo
1、delegate不在View中写,写在viewModel中。viewModel继承协议,通过delegate将新数据发送给View刷新页面,将页面跳转逻辑发送给Coordinator
学习视频地址:https://www.youtube.com/watch?v=9VojuJpUuE8
视频代码地址:https://github.com/macdevnet/mvvmc-demo
1、delegate不在View中写,写在viewModel中。viewModel继承协议,通过delegate将新数据发送给View刷新页面,将页面跳转逻辑发送给Coordinator