Initialization of UIDocumentPickerViewController in iOS 14 Initialization of UIDocumentPickerViewController in iOS 14 swift swift

Initialization of UIDocumentPickerViewController in iOS 14


Add import UniformTypeIdentifiers to your swift file to get access to UTType

See the documentation for more usages.

And the WWDC2020 video "Build document-based apps in SwiftUI" for a practical demo.