Package apple.photosui.protocol
Interface PHPickerViewControllerDelegate
-
public interface PHPickerViewControllerDelegateA set of methods that the delegate must implement to respond to \c PHPickerViewController user events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpickerDidFinishPicking(PHPickerViewController picker, NSArray<? extends PHPickerResult> results)Called when the user completes a selection or dismisses \c PHPickerViewController using the cancel button.
-
-
-
Method Detail
-
pickerDidFinishPicking
void pickerDidFinishPicking(PHPickerViewController picker, NSArray<? extends PHPickerResult> results)
Called when the user completes a selection or dismisses \c PHPickerViewController using the cancel button. The picker won't be automatically dismissed when this method is called.
-
-