views:

131

answers:

1

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?

+3  A: 

A UIImageView is just a kind of UIView, so you can use the answer given in UIView perspective transform.

Rob Napier