Yalantis / FoldingTabBar.iOS

Folding Tab Bar and Tab Bar Controller
https://yalantis.com
MIT License
3.68k stars 459 forks source link

Using the controller #12

Closed alexslivkin closed 9 years ago

alexslivkin commented 9 years ago

Hello! How to hide tabbar to other ViewController?

Art3mS1d commented 9 years ago

Hello, @alexslivkin

- (void)viewWillAppear:(BOOL)animated {
    [super viewWillAppear:animated];
    YALFoldingTabBarController *tabBarController = (YALFoldingTabBarController *)self.tabBarController;
    tabBarController.tabBarView.hidden = YES;
}
alexslivkin commented 9 years ago

Спасибо)

serejahh commented 9 years ago

@alexslivkin, have you solved your issue? May we close the ticket?