Is there any way to define the crop area rect using the camera image picker?
Asked
Active
Viewed 1.7k times
1 Answers
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."

Cœur
- 37,241
- 25
- 195
- 267

Yetanotherjosh
- 2,000
- 24
- 35
-
10This is all a part of Apple's master plan to force us to be better developers. – John Doe Aug 23 '16 at 20:02