UIImageView added as subview in an UIView with clipsToBounds is not working – Ios swift
I have a UIView with a UIImageView as subview added, the UIImageView is a texture that repeats. The UIView width and height are correct, but the image is out of the size. I added the ClipsToBounds, but it's not clipping…