SuperBadges 1.0.3

SuperBadges 1.0.3

测试已测试
语言语言 SwiftSwift
许可证 MIT
发布最后发布2016年12月
SwiftSwift 版本3.0
SPM支持 SPM

odedharth 维护。




SuperBadges

为您的 Tab Bar 按钮添加表情和彩色徽章

用法

添加表情徽章

  YourTabBarController.addDotAtTabBarItemIndex(index: 0, radius: 10, text : "👏🏻")

添加彩色圆点徽章

    YourTabBarController.addDotAtTabBarItemIndex(index: 0, radius: 7, color : UIColor.blue)

移除徽章

  YourTabBarController.removeDotAtTabBarItemIndex(index: 0)

安装

SuperBadges 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中

pod "SuperBadges"

作者

Oded Harth alt text

许可证

SuperBadges 可在 MIT 许可证下使用。有关更多信息,请参阅 LICENSE 文件。