TabBarController NavigationController with black backgroundbar
Posted
by Simon
on Stack Overflow
See other posts from Stack Overflow
or by Simon
Published on 2010-05-16T23:54:11Z
Indexed on
2010/05/17
0:00 UTC
Read the original article
Hit count: 300
hello
I've placed this code my didload 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 this ?
btw: big thanks to the genius crowd!
© Stack Overflow or respective owner