iOS Reference Library Apple Developer
Search

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



Last updated: 2010-06-29

Did this document help you? Yes It's good, but... Not helpful...