How to hide tabbar for some pages and make it visible again?
- by priya
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?