I should mask this rounded UIImageView:
to get this kind of result:
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.
I should mask this rounded UIImageView:
to get this kind of result:
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.
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!