iOS - How to customize the crop rect in UIImagePickerController with allowsEditing on?
Asked Answered
P

1

27

Is there any way to define the crop area rect using the camera image picker?

Prendergast answered 21/2, 2010 at 18:17 Comment(0)
J
31

Unfortunately, no.

You have to implement a custom cropping GUI to get anything other than the default, as stated in the Camera Programming Topics for iOS:

"When using built-in editing controls, the image picker controller enforces certain options. For still images, the picker enforces a square cropping as well as a maximum pixel dimension. For movies, the picker enforces a maximum movie length and resolution. If you want to let the user edit full-size media, or specify custom cropping, you must provide your own editing UI."

http://developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/CameraAndPhotoLib_TopicsForIOS/Articles/PickinganItemfromthePhotoLibrary.html#//apple_ref/doc/uid/TP40010408-SW1

Jennajenne answered 26/5, 2011 at 21:57 Comment(1)
This is all a part of Apple's master plan to force us to be better developers.Melanson

© 2022 - 2024 — McMap. All rights reserved.