Is there a way of rounding the corners of an image that I placing in an imageview?
Free online tool to make round corner image in a simple steps. Drop image in tool, set the corner radius in slider, then click Round corner button to process the image. Once process completed, preview of round corner image is displayed along with download button.
theImageView.layer.cornerRadius = 12;
might also need
theImageView.layer.masksToBounds = YES;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With