0

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?

Abizern
  • 146,289
  • 39
  • 203
  • 257
isiaatz
  • 1,125
  • 4
  • 15
  • 22

1 Answers1

3

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

Community
  • 1
  • 1
Rob Napier
  • 286,113
  • 34
  • 456
  • 610