iOS 14 deprecates file export with the document picker view controller. The initialisers where you pass URLs have been deprecated, as has the UIDocumentPickerMode enum:
There is no indication in the documentation or the headers of what, if anything, is meant to replace this.
Did I miss a WWDC20 talk discussing these changes?
How are users meant to export files in iOS 14?
Code Block swift @available(iOS, introduced: 8.0, deprecated: 14.0) public init(url: URL, in mode: UIDocumentPickerMode)
There is no indication in the documentation or the headers of what, if anything, is meant to replace this.
Did I miss a WWDC20 talk discussing these changes?
How are users meant to export files in iOS 14?
Looks like the missing initializer for export was added in beta 2:
https://developer.apple.com/documentation/uikit/uidocumentpickerviewcontroller/3566731-init?changes=latest_beta
https://developer.apple.com/documentation/uikit/uidocumentpickerviewcontroller/3566731-init?changes=latest_beta