UI基础之UIView
摘要:
MVC:是一种设计模式 M(model):存储数据 V(view) :展示数据 (UIView) C(controler):用来衔接MVC,作为M和V之间的桥梁,负责数据的处理和传递等等 (UIViewController) CGPoint:用来设置坐标; CGSize: 用来设置尺寸; CGRec 阅读全文
posted @ 2016-05-11 18:16 AlexGui 阅读(145) 评论(0) 推荐(0) 编辑