documentPickerWasCancelled(_:)
Tells the delegate that the user canceled the document picker.
Declaration
optional func documentPickerWasCancelled(_ controller: UIDocumentPickerViewController)Parameters
- controller:
The document picker that called this method.