Quote:
Originally Posted by Yossarian
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?
|
Did u get any solution of this problem ? It is amazing that Apple didn't think about this condition. It is quiet obvious that the tab controller may be in large in number. might they can be 10 ,15 or 20.
I tried searching on this but didn't find any useful response. If any one have any idea or hints for implementation of more than 20 tabs then please help.