picker:didFinishPicking:
Notifies the delegate that the user completed a selection or dismissed the picker using the cancel button.
Declaration
- (void) picker:(PHPickerViewController *) picker didFinishPicking:(NSArray<PHPickerResult *> *) results;Parameters
- picker:
The currently presented picker view controller.
- results:
The results of the user’s selections.
Discussion
The system doesn’t automatically dismiss the picker after calling this method.