Enum ISN_UIImagePickerControllerSourceType
The source to use when picking an image or when determining available media types.
Namespace: SA.iOS.UIKit
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_UIImagePickerControllerSourceType
Fields
Name | Description |
---|---|
Album | Specifies the device’s Camera Roll album as the source for the image picker controller. If the device does not have a camera, specifies the Saved Photos album as the source. |
Camera | Specifies the device’s built-in camera as the source for the image picker controller. Indicate the specific camera you want (front or rear, as available) by using the cameraDevice property. |
PhotoLibrary | Specifies the device’s photo library as the source for the image picker controller. |