Contents

picker(_:didFinishPicking:)

Called when the user completes a selection or dismisses PHPickerViewController using the cancel button.

Declaration

@MainActor @preconcurrency func picker(_ picker: PHPickerViewController, didFinishPicking results: [PHPickerResult])

Discussion

The picker won’t be automatically dismissed when this method is called.