We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
没看到view的action是如何影响model的,也没看到model的更新是如何反馈到view上。90%的有效代码都是各种网络回掉的block,这在解释架构上有什么意义?
The text was updated successfully, but these errors were encountered:
感谢批评指正! 确切的说这个工程不是MVVM结构的,顶多算是MVP的,该Demo中只是把一些VC中的逻辑提取到了所谓的VM层,然后通过Block进行交互,是好早之前写的工程。现在用的架构是RAC+MVVM的。VC与VM通过各种信号进行绑定,通过信号与VM进行交互,VM与M层进行 交互。 下方是之前写的一个简单的例子: https://github.com/lizelu/MVVMWithReactiveCocoa
Sorry, something went wrong.
你是来搞笑的吗?这哪里是MVP了???星星找了不少人帮你刷吧
No branches or pull requests
没看到view的action是如何影响model的,也没看到model的更新是如何反馈到view上。90%的有效代码都是各种网络回掉的block,这在解释架构上有什么意义?
The text was updated successfully, but these errors were encountered: