iOSPicturePicker.Source

From Xojo Documentation

Property (As Sources )
aiOSPicturePicker.Source = newSourcesValue
or
SourcesValue = aiOSPicturePicker.Source

Supported on Mobile (iOS).

Uses the Sources enumeration to specify the source for the pictures to select from.

Sample Code

Prompt the user to take a picture:

MyPicPicker.Source = iOSPicturePicker.Sources.Camera
MyPicPicker.Show