iOSPicturePicker.IsEditable

From Xojo Documentation

Property (As Boolean )
aiOSPicturePicker.IsEditable = newBooleanValue
or
BooleanValue = aiOSPicturePicker.IsEditable

Supported on Mobile (iOS).

Indicates if the user can edit the picture in the picker.

Sample Code

Display a picture picker that lets the user edit the picture they select:

MyPicPicker.IsEditable = True
MyPicPicker.Source = iOSPicturePicker.Sources.CameraRoll
MyPicPicker.Show