Reputation: 67
How to display UIImageView like displayed in attached link image.
Upvotes: 1
Views: 80
Reputation: 1121
If I undestand you right, you can rotate your UIImageView with CATransform3DMakeRotation
. And dont' forget move your image with CATransform3DMakeTranslation
, otherwise you get effets like in Rotate 3D got issue in X axis
Upvotes: 2