学习 MVVM+Coordinator 架构

学习视频地址:https://www.youtube.com/watch?v=9VojuJpUuE8
视频代码地址:https://github.com/macdevnet/mvvmc-demo

1、delegate不在View中写,写在viewModel中。viewModel继承协议,通过delegate将新数据发送给View刷新页面,将页面跳转逻辑发送给Coordinator

你可能感兴趣的:(学习 MVVM+Coordinator 架构)