2016年11月24日

autoresizingMask

摘要: 在 UIView 中有一个autoresizingMask的属性,它对应的是一个枚举的值(如下),属性的意思就是自动调整子控件与父控件中间的位置,宽高。 1 2 3 4 5 6 7 8 9 enum { UIViewAutoresizingNone = 0, UIViewAutoresizingFl 阅读全文

posted @ 2016-11-24 17:10 举个例子yi聪聪 阅读(91) 评论(0) 推荐(0) 编辑

导航