How to hide tabbar for some pages and make it visible again?
Posted
by priya
on Stack Overflow
See other posts from Stack Overflow
or by priya
Published on 2010-04-21T12:33:58Z
Indexed on
2010/04/22
12:03 UTC
Read the original article
Hit count: 447
I've got an application that uses a Tab Bar Controller along with a Navigation Controller.But for some pages I want to hide both bars(Tab & navigation) after that those will be visible again...I am able to hide navigation bar & also done with making. it appear after some pages. I am able to hide tab bar with - (BOOL)hidesBottomBarWhenPushed{ return TRUE; }
But problem is how do I make it Visible again after some pages?
© Stack Overflow or respective owner