Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
477 views

This question is similar to other questions like this and this, with a few differences: It concerns UIDocumentMenuViewController instead of UIDocumentPickerViewController. The former has been ...
Landon's user avatar
  • 484
3 votes
0 answers
59 views

Good day to all. I support the old version of the application written on Objective C . I want to implement a functional - File Browser(File Provider). But using UIDocumentMenuViewController or ...
Lipatov Eugen's user avatar
1 vote
0 answers
154 views

I try to import files to my app via the following code: let importMenu = UIDocumentMenuViewController(documentTypes: [String(kUTTypeData)], in: .import) importMenu.delegate = self ...
J.Doe's user avatar
  • 366
2 votes
2 answers
722 views

I have successfully implemented a feature letting the user pick a file to my app through UIDocumentMenuViewController and UIDocumentPickerViewController. But I cannot find out how can I detect the ...
user avatar
0 votes
0 answers
56 views

I'm using the UIDocumentMenuViewController to pick and choose documents. I want to restrict users to pick only .pdf and .docx files. I know I can allow only PDFs like this. ...
Isuru's user avatar
  • 31.4k