views:

289

answers:

2

I am using a tab bar (UITabBarController) on my app and I wish to have more than 20 different views to choose from.

If there are more than 5, "More" menu appears. I can access any of my views from "More" menu but I have problems with customizing my TabBar with "Configure" (Edit) navigation bar. I can see only 20 first view icons and I can't scroll the view any direction. Icon with numbers 21 or higher are unavailable in "Configure" (Edit) navigation bar

Is there a way to scroll up and down (or left and right) to be able to customize TabBar with all of my view icons? Is there the other way to customize "Configure" (Edit) navigation bar to get access to all view icons?

A: 

I have the same problem.... Anyone have any solution for this

+1  A: 

Looks like there is no solution for this :( except creating your own UITabBarController.

Split