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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to