Anyone know how to add a "Create Document" option to UIDocumentPickerViewController?
UIDocumentBrowserViewController has a "Create Document" control, but UIDocumentPickerViewController does not.
(I can't use UIDocumentBrowserViewController because it has to be the root viewController and that doesn't work for our app)
UIDocumentBrowserViewController has a "Create Document" control, but UIDocumentPickerViewController does not.
(I can't use UIDocumentBrowserViewController because it has to be the root viewController and that doesn't work for our app)
-
—
3DWizard
Add a CommentI would like to know the same thing. In general I could not find much about customization options of
UIDocumentPickerViewController.