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
make a IBOutlet in your controller.
IBOutlet
@property (retain)IBOutlet UIImageView* imageView;
and in -(void) viewDidLoad set
-(void) viewDidLoad
imageView.layer.masksToBounds = YES;