HPTabBarController 1.6.0

HPTabBarController 1.6.0

测试已测试
语言语言 Obj-CObjective C
许可 MIT
发布最后发布2016年9月

Huy Pham维护。



HPTabBarController 是一个高度定制的标签栏,用于替换UITabBarController。

特性

  • [x] 自定义标签栏图标、标签栏导航。
  • [x] 事件双击、标签栏图标单击。
  • [x] 支持自动隐藏。
  • [x] 支持空控制器。
  • [x] 支持角标数量和横幅提示。

安装

手动

  • 将 Classes 文件夹拖放到您的项目中。

使用

  • 导入头文件。
#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];

联系方式

如果您使用了 HPTabBarController 并感到满意,请让我知道!

许可

有关更多信息,请参阅 LICENSE 文件。