public interface PHPickerViewControllerDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
pickerDidFinishPicking(PHPickerViewController picker,
NSArray<? extends PHPickerResult> results)
Called when the user completes a selection or dismisses \c PHPickerViewController using the cancel button.
|
void pickerDidFinishPicking(PHPickerViewController picker, NSArray<? extends PHPickerResult> results)
The picker won't be automatically dismissed when this method is called.