Interface PHPickerViewControllerDelegate


  • public interface PHPickerViewControllerDelegate
    A set of methods that the delegate must implement to respond to \c PHPickerViewController user events.
    • 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.