I have a Tab Bar app. The app has 8 UITabBarItems and the More button is added automatically. I want to change the title from More to something else.
I have already tried the following:
tabbarController.moreNavigationController.tabBarItem.title=@"Test";
But it still displays "More". No error. No changes.
How can I change the "More" text to another?