UIKit.UIImagePickerController: Property Members

The properties of UIKit.UIImagePickerController are listed below. For a list of all members, see the UIImagePickerController Members list.

See Also: Inherited members from UIKit.UINavigationController

Public Properties

AllowsEditingbool. Whether the application user is allowed to edit a selected picture or movie.
AllowsImageEditingbool. Whether the application user is allowed to edit images.
CameraCaptureModeUIImagePickerControllerCameraCaptureMode. The capture mode of the camera.
CameraDeviceUIImagePickerControllerCameraDevice. The camera used by this UIImagePickerController.
CameraFlashModeUIImagePickerControllerCameraFlashMode. The current flash mode of the active camera.
CameraOverlayViewUIView. A custom UIView to overlay on top of the default image picker interface.
CameraViewTransformCoreGraphics.CGAffineTransform. The affine transform to apply to the camera's preview image.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
CropRectFoundation.NSString. Key for the editing information dictionary; indicates the cropped rectangle applied to the original image.
DelegateFoundation.NSObject. An instance of the Foundation.NSObject model class which acts as the class delegate.
[read-only]
static
EditedImageFoundation.NSString. Key for the editing information dictionary; indicates the image edited by the user.
ImagePickerControllerDelegateUIImagePickerControllerDelegate. The delegate object that can be used to respond to events relating to this UIImagePickerController.
[read-only]
static
MediaMetadataFoundation.NSString. Represents the value associated with the constant UIImagePickerControllerMediaMetadata
[read-only]
static
MediaTypeFoundation.NSString. A string indicating the type of media being picked.
MediaTypesstring[]. The media types accessed by this UIImagePickerController.
[read-only]
static
MediaURLFoundation.NSString. The filesystem URL for a movie.
NavigationControllerDelegateUINavigationControllerDelegate. A delegate object that can be used to respond to navigation events.
[read-only]
static
OriginalImageFoundation.NSString. Key for the editing information dictionary; indicates the original, uncropped image selected by the user.
[read-only]
static
ReferenceUrlFoundation.NSString. Represents the value associated with the constant UIImagePickerControllerReferenceURL
ShowsCameraControlsbool. Whether this UIImagePickerController should display the default camera controls.
SourceTypeUIImagePickerControllerSourceType. The type of picker interface displayed by this UIImagePickerController.
VideoMaximumDurationdouble. The maximum duration, in seconds, for a video recording.
VideoQualityUIImagePickerControllerQualityType. The video recording and transcoding quality.