UITabBarController+KTHidden
A UITabBarController category with UITabBar hide and show animations.
To run the example project, clone the repo, and run pod install
from the Example directory first.
UITabBarController+KTHidden is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "UITabBarController+KTHidden"
- XCode 8.
- iOS 8 or above.
Hide the tab bar like so:
[tabBarController setTabBarHidden:YES animated:YES completion:nil];
Show the tab bar like so:
[tabBarController setTabBarHidden:NO animated:YES completion:nil];
Kasim Te, [email protected]
UITabBarController+KTHidden is available under the MIT license. See the LICENSE file for more info.