MM.
MM.

Reputation: 4274

Changing tab bar height (iphone - cocoa touch)

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

Answers (1)

Mike Abdullah
Mike Abdullah

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

Related Questions