Deprecated UIImagePickerController Methods
A method identified as deprecated has been superseded and may become unsupported in the future.
Deprecated in iOS 3.1
allowsImageEditing
A Boolean value indicating whether the user is allowed to edit a selected image. (Deprecated in iOS 3.1. Use allowsEditing instead.)
@property (nonatomic) BOOL allowsImageEditing
Discussion
If you allow the user to edit images, the delegate may receive a dictionary with information about the edits that were made.
This property is set to NO by default.
Availability
- Available in iOS 2.0 and later.
- Deprecated in iOS 3.1.
Declared In
UIImagePickerController.h© 2012 Apple Inc. All Rights Reserved. (Last updated: 2012-07-17)