Is it possible create an UIImage or an UIImageView with rounded corners? Because I want take an UIImage and show it inside an UI
UIImage
UIImageView
UI
It is possible but I'll advice you to create transparent png image (mask) with round corners and place it over you image with UIImageView. It might be quicker solution (for example if you need animations or scrolling).