I’m using this example: https://github.com/tciuro/CustomTabBar for a tabbar. I’m trying to hide it with a button push up but the center picture will always stay visible. Tried a lot of methods like self.tabbarcontroller.tabbar.hidden=YES; but the center picture will stay shown even if It’s added as a sub view.
Update:There’s a solution for hiding the tabbar but not the rectangle background. I’m trying to make it hidden with no animation.
fixed In my fork. you gotta call
((WBTabBarController*)self.tabbarcontroller).tabbarHidden = YEShttps://github.com/Daij-Djan/CustomTabBar/tree/master/CustomTabBar
Pull Request to original repo:
https://github.com/tciuro/CustomTabBar/pull/2 && https://github.com/tciuro/CustomTabBar/pull/3