hello
I've placed this code my applicationDidFinishLaunching method, to get a black Navigationbar.
rootTabBarController.navigationController.navigationBar.barStyle = UIBarStyleBlackOpaque;
rootTabBarController.moreNavigationController.navigationBar.barStyle = UIBarStyleBlackOpaque;
its working fine, but when the user rearranges the Icons in the editmode, i'm getting a default blue navigation bar.
Can anyone help me to avid blue navigationbars at all ?
btw: big thanks to the genius crowd!