Skip to content
This repository was archived by the owner on May 31, 2020. It is now read-only.
/ FNShyTabBar Public archive
forked from DJBen/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.

License

Notifications You must be signed in to change notification settings

caffco/FNShyTabBar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 92.0%
  • Ruby 8.0%