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 don't use storyboard, but IB, set the navigation bar style of your MainWindows.xib to NOT translucent and set as color not the clear color.