码迷,mamicode.com
首页 > 其他好文 > 详细

Layer

时间:2015-10-13 13:33:39      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:

关键字: Layer , position , Bounds , Frame , anchorPoint.

 position 该layer在superLayer中的动画点。

 anchorpoint是确定一个内部的position,即用于在layer内的确定动画点位置。

 所以内部的innerPostion ==>   

 innerPostion.x = Bounds.size.x * anchorpoint.x;

 innerPostion.y = Bounds.size.y * anchorpoint.y;

 推知外部的postion==>

 postion.x = frame.organ.x + innerPostion.x;

 postion.y = frame.organ.y + innerPostion.y;

Layer

标签:

原文地址:http://www.cnblogs.com/rwfeng/p/4874156.html

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