Reputation: 4274
is anyone aware of a way of adjusting the height of the tab bar on the iphone? Is this in breach of UI guidelines?
Thanks
Upvotes: 0
Views: 1002
Reputation: 15013
There is no easy way to do this as it goes against the iPhone UI guidelines. The only way to achieve such a thing is to create a custom UITabBarController-equivalent class that lays out views with a custom Tab Bar.
Upvotes: 1