I need to crop a UIImage, taken with the device camera, so that it fits inside another UIImage, which represents a frame (with rounded
UIImage
frame
Use an UIImageView and do
UIImageView
imageView.contentMode = UIViewContentModeScaleAspectFit;