init(url:in:)
Initializes and returns a document picker that can export or copy the specified document.
Declaration
init(url: URL, in mode: UIDocumentPickerMode)Parameters
- url:
The document that the document picker exports or moves.
- mode:
The type of file-transfer operation that the document picker performs. This argument accepts only the Exporttoservice or Movetoservice mode.
Return Value
Returns an initialized UIDocumentPickerViewController object, or nil if the object could not be successfully initialized.
Discussion
In iOS 10 and earlier, this method returns the document picker view controller from the most recently used Document Provider extension. If no valid Document Provider can be found, it defaults back to iCloud Drive.
In iOS 11 and later, it returns the standard browser interface. This interface is the same one used by the UIDocumentBrowserViewController class.