Can I customize the color of the navigation bar in the QlPreviewController controller?
I have tried following
[[UINavigationBar appearanceWhenContainedIn: [QLPreviewController class], nil] setBarTintColor: [UIColor redColor]];
but it does not work.
Thanks.
Please use below code in App delegate
[[UINavigationBar appearance] setBarTintColor:#your color#];