iOSPicturePicker.Sources

From Xojo Documentation

Enumeration

These are the source locations from which the user can select a picture.

Values

Enum Description
Camera The user is prompted to take a picture with the camera. When running in the iOS Simulator an UnsupportedOperationException is raised if you try to use Camera.
CameraRoll Lets the user choose from the pictures saved in the camera roll.
PhotoLibrary Lets the user choose a picture from anywhere on the device (albums, camera roll, etc).