美文网首页
锚点-anchorPoint

锚点-anchorPoint

作者: qwasd116 | 来源:发表于2018-11-23 09:12 被阅读10次

    UIView 有三个比较重要的布局属性: frame , bounds 和 center , CALayer 对应地叫做 frame , bounds 和 position 。为了能清楚区分,图层用了“position”,视图用了“center”,但是他们都代表同样的值。

    视图的center 属性和图层的position 属性都指定

    了 anchorPoint相对于父图层的位置。图层的 anchorPoint通过 position来

    控制它的frame 的位置,你可以认为anchorPoint 是用来移动图层的把柄

    相关文章

      网友评论

          本文标题:锚点-anchorPoint

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