E estupefactika macrumors member Original poster Mar 19, 2009 #1 Hi, maybe its stupid, but How can I to change the title of the tabBartItem "More" button. thanks
S Szarlatan macrumors newbie Aug 11, 2009 #2 Those two lines should help you: UINavigationBar *moreNavigationBar = tabBarController.moreNavigationController.navigationBar; moreNavigationBar.topItem.title = @"Your description"; tabBarController is your UITabBarController
Those two lines should help you: UINavigationBar *moreNavigationBar = tabBarController.moreNavigationController.navigationBar; moreNavigationBar.topItem.title = @"Your description"; tabBarController is your UITabBarController