1

I should mask this rounded UIImageView:

enter image description here

to get this kind of result:

enter image description here

Is it possible obtain it using some core's utility? (maybe using something like UIBezierPath or CAShapeLayer).

I really don't know where to start.

Leonardo
  • 218
  • 4
  • 17

1 Answers1

0

I found an easy and smart way to deal with that task, I don't know if it's the best way to do it but it works!

https://stackoverflow.com/a/43639398/6925344

Leonardo
  • 218
  • 4
  • 17