我正在使用CAKeyframeAnimation
在UIView
子类上进行动画制作。
当我应用transform.rotation.y
(或transform.rotation.x
)时,在UIView
子类上绘制的对象会失去不透明度。我无法想象为什么......
我测试了一些场景:
transform.rotation.z
,不透明度正常position
,不透明度正常UIView
,transform.rotation.y
和transform.rotation.x
在transform.rotation.y
,transform.rotation.x
和-drawRect:
是否有特别考虑?
感谢您的回答