iOSPicturePicker.Selected

From Xojo Documentation

Event


iOSPicturePicker.Selected(pic As iOSImage)

Supported on Mobile (iOS).

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