MobileImagePicker.Sources
From Xojo Documentation
Enumeration
MobileImagePicker.Sources
These are the source locations from which the user can select a picture.
Values
Enum | Description |
---|---|
Photos | Lets the user choose a picture from anywhere on the device (albums, camera roll, etc). |
Camera | The user is prompted to take a picture with the camera. |
Notes
Choosing Camera when running in the iOS Simulator will raise an UnsupportedOperationException.