Reputation: 1145
I have a UIimageView and I need to give some perspective to the image. Maybe by modifying the vertex of the image...
How can I do that?
Upvotes: 0
Views: 831
Reputation: 299325
A UIImageView is just a kind of UIView, so you can use the answer given in UIView perspective transform.
Upvotes: 3