UITabBar without labels (like Tweetie 2/Twitter for iPhone)

Posted by John Biesnecker on Stack Overflow See other posts from Stack Overflow or by John Biesnecker
Published on 2010-05-31T00:40:42Z Indexed on 2010/05/31 0:42 UTC
Read the original article Hit count: 656

Filed under:
|
|

I'd like to build an app with a tabbar in the style of Tweetie 2/Twitter for iPhone (that is, images with no labels). I can't see a way to do it with normal UITabBarController/UITabBar, and my current thinking is that it's actually a UIToolbar with a custom view controller that is pushing and popping views from an array to simulate the UITabBarController's default behavior.

Is this the approach that you all would recommend, or is there something more elegant that I'm overlooking?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch