Im working on tab bar application.
in all the view tabbar carried. ok.
but in a particular one view i didn't want to display my tabbar.
when i pushed my view to the next view, tab bar carried to that view also.
when i tried to hide this it shows white space for that view.
what to do.. thnaks in advance
try....
MyViewController *myController = [[MyViewController alloc] init];
//hide tabbar
myController.hidesBottomBarWhenPushed = YES;
//add it to stack.
[[self navigationController] pushViewController:myController animated:YES];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With