Skip to content

lesleychou/UITabBarController-KTHidden

 
 

Repository files navigation

UITabBarController+KTHidden

CI Status Version License Platform Readme Score

A UITabBarController category with UITabBar hide and show animations.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Example Image

Installation

UITabBarController+KTHidden is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "UITabBarController+KTHidden"

Requirements

  • XCode 8.
  • iOS 8 or above.

Usage

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];

Author

Kasim Te, kasimte@gmail.com

License

UITabBarController+KTHidden is available under the MIT license. See the LICENSE file for more info.

About

A UITabBarController category with UITabBar hide and show animations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 91.5%
  • Ruby 8.5%