摘要: 1.UIView 有三个比较重要的布局属性: frame , bounds 和 center , CALayer 对应地叫做 frame , bounds 和 position 。为了能清楚区分,图层用了“position”,视图用了“center”,但是他们都代表同样的值。 2.frame 代表了 阅读全文
posted @ 2016-03-21 11:48 学计算机的那个 阅读(259) 评论(0) 推荐(0)