CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

HPTabBarController 1.6.0

HPTabBarController 1.6.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2016

Maintained by Huy Pham.



HPTabBarController is a high custom tabbar, replace UITabBarController.

Features

  • [x] Custom tabbar icon, tabbar navigation.
  • [x] Event double touch, single touch on tabbar icon.
  • [x] Support auto hide.
  • [x] Support null controller.
  • [x] Support bages count and banner tooltip.

Installation

Manual

  • Drag and drop Classes folder into your project.

Usage

  • Import header.
#import "HPTabBarController.h"
  • Customize
    HPTabBarController *tabBarController = [[HPTabBarController alloc] initWithViewControllers:viewControllers];
    // Set array selected tabbar icon images.
    [tabBarController setSelectedTabBarItemImages:selectedImages];
    // Set array unselected tabbar icon images.
    [tabBarController setUnselectedTabBarItemImages:unSelectedImages];
    // Set set bages count.
    [tabBarController setBagesCount:999 atIndex:0];

Contact

If you use/enjoy HPTabBarController, let me know!

License

See the LICENSE file for more info.