码迷,mamicode.com
首页 > 移动开发 > 详细

ios开发讲解之anchorPoint和position详解

时间:2019-07-30 14:21:23      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:原型   uiview   rpo   view   class   frame   osi   一个   ram   

相信初接触到CALayer的人都会遇到以下几个问题:  为什么修改anchorPoint会移动layer的位置? CALayer的position点是哪一点呢? anchorPoint与position有什么关系?

         每一个UIView都默认关联着一个CALayer, UIView有frame、bounds和center三个属性,CALayer也有类似的属性,分别为frame、bounds、position、anchorPoint。那position、anchorPoint是什么呢?先看看两者的原型,可知都是CGPoint点。

    

 @property CGPoint position ;

 @property CGPoint anchorPoint ;

ios开发讲解之anchorPoint和position详解

标签:原型   uiview   rpo   view   class   frame   osi   一个   ram   

原文地址:https://www.cnblogs.com/Free-Thinker/p/11269662.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!