/FNShyTabBar

A shy tab bar that hides as you swipe up the content, which allows the screen to display more information and gives user more indulging experience.

Primary LanguageObjective-COtherNOASSERTION

FNShyTabBar

CI Status Version License Platform

Example GIF

Usage

Simple and sound.

  1. In storyboard, go to your UITabBarController and change the Tab Bar's class into FNShyTabBar.
  2. In your view controller's -viewDidLoad:, insert the line as followed and you are ready to go! [self.tabBarController.shyTabBar setTrackingView:<#Your view used to track fingers, can be tableView, scrollView, etc#>];

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

Requirements

iOS 7.0

Installation

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

pod "FNShyTabBar"

Author

DJBen, lsh32768@gmail.com

License

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE