isiaatz
isiaatz

Reputation: 1145

How does one add perspective to a UIImageView

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

Answers (1)

Rob Napier
Rob Napier

Reputation: 299325

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

Upvotes: 3

Related Questions