美文网首页
iOS开发 frame、bounds、center 的区别

iOS开发 frame、bounds、center 的区别

作者: 我给你想的好名字 | 来源:发表于2021-07-16 16:23 被阅读0次
image.png

frame、 bounds、 center 属性

   frame: 控制位置和大小
   bounds:控制大小(以自身视图左上角为原点)
   center:控制位置(中心点)

使用注意:

① 修改控件位置
frame.origin
center
② 修改控件尺寸
frame.size
bounds.size

转载:https://www.jianshu.com/p/84628a22b612

相关文章

网友评论

      本文标题:iOS开发 frame、bounds、center 的区别

      本文链接:https://www.haomeiwen.com/subject/ywsbpltx.html