I am trying to customize UIDocumentPickerViewController NavigationBar but am not able to change the appearance of the navigation bar of UIDocumentPickerViewController.
Only tintColor is getting changed. Everything else remains as it is.
In my app, there is an ImagePicker as well, that is able to inherit NavigationBar appearance changes which I have done in AppDelegate.
But the same doesn't work with UIDocumentPicker.
According to Apple documentation, UIImagePicker is a subclass of UINavigationController whereas UIDocumentPickerViewController is a subclass of UIViewController.
Let me know any more info is needed from my side to help understand it better.