美文网首页
CALayer的position和anchorpoint

CALayer的position和anchorpoint

作者: lanmoyingsheng | 来源:发表于2018-06-07 15:49 被阅读10次

    参考:彻底理解position与anchorPoint

    anchorpoint,固定的点,类型为CGPoint,默认值为(0.5, 0.5)。取值区间为[0, 1]。这个点就是当前layer区域的点,用比例找到横坐标纵坐标,不影响当前layer在superlayer的位置。

    position:类似于UIView的center,指的是layer的anchorpoint在superlauer的位置。设置position可以改变layer的位置。

    一般position和anchorpoint结合使用。

    相关文章

      网友评论

          本文标题:CALayer的position和anchorpoint

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