when opening working with an UIImagePickerController and setting allowsImageEditing = YES; there is a default cropping frame that is 320x320. In my case, I would like to se
This is the more recent answer with the necessary manual cropping code: Manual Crop
There is still no escaping the hard work.