error TS1149: File name '/Users/xxxxxx/state.ts' differs from already included file nam...
IP属地:广东
error TS1149: File name '/Users/xxxxxx/state.ts' differs from already included file nam...
项目结构主要在MVVM的基础上进行分层 Model负责定义数据模型等 ViewModel 负责沟通Model与View等 ViewController 负责展示等 当项目需要...
ViewController 不能被ViewModel 直接调用,而是通过协议中隐式通知。
这样约定的原因是什么?
Swift 中纯净的 MVVM问题 在 MVC 的结构中,UIViewController 比其他层更难以测试。因为UIViewcontroller中的有很高的耦合性,逻辑与视图的生命周期紧密的联系在一起...