So I have a button that is connected to a IBAction. When I press the button I want to hide the tab bar in my iOS app with a animation. This [self setTabBarHidden:hidde
[self setTabBarHidden:hidde
This wrks for me: [self.tabBar setHidden:YES]; where self is the view controller, tabBar is the id for the tabBar.
[self.tabBar setHidden:YES];