I\'m using the UIImagePickerController to take and edit a picture. it works fine in landscape, but in portrait it will crop the picture into a square (does not allow to reduce t
You can provide a custom cropping UI, but there is no way to change just the cropping rectangle of the standard one.
This link might help with that.