iOSPicturePicker.Selected
From Xojo Documentation
Event
Called when a picture is selected. pic is an iOSBitmap that can then be used by the app.
Sample Code
Display the selected picture:
MyImageView.Image = pic
Called when a picture is selected. pic is an iOSBitmap that can then be used by the app.
Display the selected picture: