ios开发的三种常用模式

1.MVC模式,数据,视图,控制器

2.Target-Action模式(目标-操作)

3.Delegation模式 ,委托的回调模式

原文地址:https://www.cnblogs.com/hanjun/p/2836456.html