While using UIImagePickerController
, you can set
ImagePicker.allowsEditing = YES;
to get a native “move and scale” option after capturing the image.
check this out from documentation:
hope this will help..
8
solved Scaling option while taking picture with camera