I am writing an App based on UITabBarController which has more than 10 viewControllers with corresponding UINavigationControllers. Each viewContoller has a (short) Title and a (long) navigationTitle. The short title shows up under the TabBar icon and the long title shows up on top of the navigation bar.
The UITabBarController displays the first 4 tabs and automatically adds a "More" tab which brings up a list of rest of the tabs. This list shows the (short) Title of each of the view controllers. How can I tell it to show the (long) navigationTitle instead?