UIImagePickerControllerSourceType Enum

Definition

An enumeration of values used to specify the source using by the UIImagePickerController.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIImagePickerControllerSourceType
type UIImagePickerControllerSourceType = 
Inheritance
UIImagePickerControllerSourceType
Attributes

Fields

Camera 1

One of the cameras on the device.

PhotoLibrary 0

The device's photo library.

SavedPhotosAlbum 2

The device's "Camera Roll" album or, if the device does not have a camera, the "Saved Photos" album.

Applies to