tabbar hides when calling a UIViewController
- by user292049
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