In order to have a UIImageView adjust its image when its UICollectionViewCell ancestor is focused, I have to set `clipsToBounds = NO` all the way up.
However, I'd like to apply a slight corner radius to the UIImageView to match what some of Apple's UI elements have (see app icons in homescreen, or featured movie banners in Movies app, for example).
Any suggestions? Do I need to apply the corner radius alpha to the image itself, using ImageIO?