开发者

iPhone CALayer's rotation axis

开发者 https://www.devze.com 2023-01-06 05:17 出处:网络
I\'m rotating a CALayer on the X axis开发者_运维技巧, but even if it\'s displaced on the Z axis, it uses the Z = 0 as axis for the rotation?

I'm rotating a CALayer on the X axis开发者_运维技巧, but even if it's displaced on the Z axis, it uses the Z = 0 as axis for the rotation?

Is there a way of telling it to use the bottom of the plane, as the axis?

Thank you!


The transform of a CALayer uses the layer's anchor as its origin. You could try adjusting the anchorPoint and anchorPointZ properties of the layer.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号