测试已测试 | ✗ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布最后发布 | 2016年12月 |
SwiftSwift 版本 | 3.0 |
SPM支持 SPM | ✗ |
由 odedharth 维护。
为您的 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"
SuperBadges 可在 MIT 许可证下使用。有关更多信息,请参阅 LICENSE 文件。