Presenting icon indicating copy to clipboard operation
Presenting copied to clipboard

File Importer Support

Open JamesSedlacek opened this issue 2 years ago • 0 comments

Support File Importer (presents a system interface for allowing the user to import multiple files)

https://developer.apple.com/documentation/swiftui/view/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)

The presenter function would be something like this:

presenter.presentFileImporter { result in 
    // onCompletion 
}

JamesSedlacek avatar Dec 20 '23 02:12 JamesSedlacek