模型-视图-控制器(Model - View - Controller)模式指导我们有效地分割代码,在用户接口和模型之间定义一个良好的边界。
The Model-View-Controller pattern taught us to effectively partition our code along a well-defined boundary between the user interface and model.
把UI分割成过多小视图,会使我们在控制器中难以管理、引用和控制视图。
Splitting up the UI into too many small views will make it difficult to manage, reference and control the views in our controllers.
把UI分割成过多小视图,会使我们在控制器中难以管理、引用和控制视图。
Splitting up the UI into too many small views will make it difficult to manage, reference and control the views in our controllers.
应用推荐