UIDocumentBrowserViewController and file package documents
UIDocumentBrowserViewController and file package documents
- Subject: UIDocumentBrowserViewController and file package documents
- From: email@hidden
- Date: Tue, 20 Jun 2017 16:40:48 -0400
I'm trying out the new UIDocumentBrowserViewController in iOS 11 (using the
iPad simulator). I can get it to create a new document (which is a file
package) for my app, but tapping on the document in the
UIDocumentBrowserViewController does not cause the delegate method
documentBrowser(_ controller: UIDocumentBrowserViewController,
didPickDocumentURLs documentURLs: [URL]) to get called.
It does get called for another document type that is a flat file (not a file
package), but it doesn't work with the file package document created by
NSFileWrapper.
Am I doing something wrong or is this a bug with file packages?
Thanks,
Dave
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden