开发者

iPhone CALayer's rotation axis

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜