tabbar hides when calling a UIViewController

Posted by user292049 on Stack Overflow See other posts from Stack Overflow or by user292049
Published on 2010-03-12T02:22:33Z Indexed on 2010/03/12 2:27 UTC
Read the original article Hit count: 463

Filed under:
|

Hi..

I am barely new to IPhone Programming so can anyone please shed some light for my problem.

Current SetUp: I have Tabbar Controller(4 TabbarItem's) When u click the secondtabbaritem -> It calls second.xib which is of type UIViewController.

My Requirement: I have a button inside the view. So when i click the button, it should load another UIViewController with the tabbar visible.

Problem: I am able to do so, but the tabbar disappears, and i need to quit the application to start go back to the see the tabbar again.

Pls help me

Cheers Anand

© Stack Overflow or respective owner

Related posts about tabbar

Related posts about iphone