0

i need to set imageview Like this. enter image description here

enter image description here can anyone help?
thank in advance.

Nimit
  • 145
  • 1
  • 8

1 Answers1

0

You will need to use UIBazierPath, on your image and set its frame, for that you will need to give it x and y values, so you should know the exact frame.

try this link: i want to crop image using any close path like UIBezierPath. it is possible in iPhone application?