My app has 6 menu items, so the OS shows the first 4, then shows a \"More\" item that links to a screen where the user can select the other two.
My problem is that I
Actually you can modify the tab bar item of the "more navigation controller" of your tab bar controller. If your tab bar controller is "tabBarController", you can do it this way.
UITabBarItem *item = [tabBarController moreNavigationController].tabBarItem; item.badgeValue = @"100";