Is there a way to disable UINavigationBar Translucency for an entire application?
I\'m aware that using [self.navigationController.navigationBar setTranslucent
[self.navigationController.navigationBar setTranslucent
if you set the translucence of the first navigation bar in the stack to false [self.navigationController.navigationBar setTranslucent:NO], it will reflect in all the following NavigationViewController that are pushed to that stack.
false
[self.navigationController.navigationBar setTranslucent:NO]