iOSPicturePicker.Show
From Xojo Documentation
Method
Displays the picture picker.
Notes
This is not modal so your code continues running after calling Show. The Cancelled and Selected events are called based on the user's action.
Sample Code
Display the picture picker:
MyPicPicker.Show(Self)