サブクラスCAKeyframeAnimation
でアニメーションを行うために使用しています。UIView
transform.rotation.y
(またはtransform.rotation.x
) をUIView
サブクラスに適用すると、描画されたオブジェクトの不透明度が失われます。理由が思いつかない…
いくつかのシナリオをテストします。
- で
transform.rotation.z
、不透明度OK - で
position
、不透明度OK UIView
.nib opacity で宣言された定義済みの使用は、transform.rotation.y
とでOKですtransform.rotation.x
transform.rotation.y
とtransform.rotation.x
atについて特別な考慮事項はあり-drawRect:
ますか?
回答ありがとうございます