UITabBarController not showing all view controllers

Posted by rounak on Stack Overflow See other posts from Stack Overflow or by rounak
Published on 2011-03-13T08:05:56Z Indexed on 2011/03/13 8:10 UTC
Read the original article Hit count: 173

My UITabBarcontroller has two view controllers -Favorites -Keypad

I add these two controllers in an array in the order Favorites,Keypad,nil.

When the app is launched only the Favorites tab appears in the tabbar, I have to click the second tab for the "Keypad" (Title of the viewController) text to appear on the tabbar.

How do I make the tabbar have the title of both the view controllers at startup itself?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c