摘要: Autolayout代码实现举例-01使用线性公式1.例子1 需求: 令一个宽高都为200的view永远显示在屏幕的中央。 1 // 1.创建蓝色view 2 UIView *blueView =[[UIView alloc] init]; 3 blueView.backgr... 阅读全文
posted @ 2014-10-25 19:22 lYcHeeM 阅读(256) 评论(0) 推荐(0) 编辑