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?
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?
A UIImageView is just a kind of UIView, so you can use the answer given in UIView perspective transform.