I\'m at a bit of a loss. I\'ve used the layer property of UIView to round the corners of multiple elements in my app. However, this one UIImageView is simply not complying.
Try this below piece of code
cell.previewImage.layer.cornerRadius = 20; cell.previewImage.clipsToBounds = YES;