polobymulberry / animated-tab-bar-Objective-C

PJXAnimatedTabBarController is a Objective-C version of RAMAnimatedTabBarController(https://github.com/Ramotion/animated-tab-bar), also you can learn more about Ramotion from https://ramotion.com
MIT License
35 stars 17 forks source link

Tabbar Hide #7

Open Mujtabaulhasankhan opened 5 years ago

Mujtabaulhasankhan commented 5 years ago

I am not able to hide table bar in other ViewController. I am using this code [self.tabBarController.tabBar setHidden:YES]; but this code is not working.Please help me on this.