Is there any way to customize UIDocumentPickerViewController
in terms of its visual appearance and additional actions for its menu?
I've seen some of these customization options for UIDocumentBrowserViewController
, but none of them seems to be listed for UIDocumentPickerViewController
in Apple's developer documentation.
Any hints are appreciated.