after i have add 6 or more tabbar on the InterfaceBuilder it will automatically generate More Tab. how to customize look and feel of it ? eg Navigation bar color.
A:
You can take a look at the moreNavigationController
property of UITabBarController
. It is a NavigationController
, you cannot replace it but maybe you can change the color of the top bar.
MaxFish
2010-10-02 08:34:40
how to access More Tabbar ?
RAGOpoR
2010-10-02 08:41:48
UINavigationController * moreNav = tabBarController.moreNavigationController;
MaxFish
2010-10-02 08:48:47