摘要: 知识点 frame 与bounds 的区别 1.frame 是这个视图的大小在父视图的位置 。 如x 20 y 20 width 200 height 300 2.bounds 是这个视图的大小在自身的位置 。 如 x 0 y 0 width 200 height 300 ,bounds 的x,y 阅读全文
posted @ 2016-04-14 23:50 TheYouth 阅读(237) 评论(0) 推荐(0) 编辑