1

Document picker enables the selection of a single document from Drive, Box, etc. However, I would like to be able to select a second document prior to leaving the interface so that I do not have to drill down through the folder structure a second time. Unfortunately, the protocol dismisses the pop-up once a document is selected. Ideas, alternatives?

1
  • Since this picker is provided by Apple, I think your best hope is to subclass everything needed (could be quite a bit) and alter as needed. Yes, this is quite a bit of work - but that's what it would take. Commented Mar 1, 2017 at 16:26

2 Answers 2

1

Selecting multiple files will be possible with iOS11 by setting “allowMultipleSelection” Boolean to true for your UidocumentPicker https://developer.apple.com/documentation/uikit/uidocumentpickerviewcontroller/2902365-allowsmultipleselection

Sign up to request clarification or add additional context in comments.

2 Comments

Have you been able to make this work? Even though the allowsMultipleSelection property is set to true, it still only lets me pick a single file at a time.
Yes, 11.1.2, but it still will only let me select a single item
0

They deprecated documentPicker:didPickDocumentAtURL: for documentPicker:didPickDocumentsAtURLs: instead, and exposed allowsMultipleSelection in iOS11, but even with this I do not seem to be able to select multiple urls in the document browser.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.