UIViewContentModeScaleAspectFill not clipping

Can you try setting clip to bounds

[_photoview setClipsToBounds:YES];

Or directly in your Storyboard / Xib if you can :

enter image description here

Leave a Comment