iOS MVC设计模式

来源:互联网 发布:mac 常用软件 编辑:程序博客网 时间:2024/05/01 11:54

MVC设计模式在iOS是最常使用的一种设计模式,主要有M(model)  V(view)  C(controller) 这三层构成:



C(控制层)控制M和V这两层

Cocoa version of MVC as a compound design pattern:




Traditional version of MVC as a compound pattern:





Coordinating controller as the owner of a nib file:




0 0
原创粉丝点击