In iPhoneOS, I want to create a UITabBarController for global app navigation (like the 'Phone' app and many others) whose tabbar items have text labels, but no icons.
I would therefore also like the height of the tabbar to be much shorter. The tabbar should only be tall enough to accomodate the text labels or Apple's minimum recommended button height [40px i believe].
Is there a standard way to say "this global tabbar has no icons, only text labels". If not, any advice on the best way to achieve this with a custom UITabBar subclass/replacement class?