Closed rogertjr closed 9 years ago
Hello, @rogerio-toledo You can hide with code:
- (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
YALFoldingTabBarController *tabBarController = (YALFoldingTabBarController *)self.tabBarController;
tabBarController.tabBarView.hidden = YES;
}
thank you so much !!!
How to hide tabbarcontroller when pushed