以下の変換をUIViewのレイヤーに次のように適用しました。
CATransform3D rotationAndPerspectiveTransform = CATransform3DIdentity;
rotationAndPerspectiveTransform.m34 = 1.0 / -850;
rotationAndPerspectiveTransform = CATransform3DRotate(rotationAndPerspectiveTransform, M_PI_4*1.1,0.0f, 1.2f, 0.0f);
self.centerView.layer.transform = rotationAndPerspectiveTransform;
しかし、あまり成功していません。下の画像のように変換を適用したかっただけです。
どんな助けでも大歓迎です。私の質問を読んでくれてありがとう