init(forExporting:)
Creates and returns a document picker that can export the types of documents you specify.
Declaration
convenience init(forExporting urls: [URL])Parameters
- urls:
An array of documents that the document picker exports.
Creates and returns a document picker that can export the types of documents you specify.
convenience init(forExporting urls: [URL])An array of documents that the document picker exports.