CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Sep 2016 |
Maintained by Huy Pham.
HPTabBarController is a high custom tabbar, replace UITabBarController.
#import "HPTabBarController.h"
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];
If you use/enjoy HPTabBarController
, let me know!
See the LICENSE file for more info.