CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Dec 2016 |
| SwiftSwift Version | 3.0 |
| SPMSupports SPM | ✗ |
Maintained by odedharth.
Add emojis and colored dots as badges for your Tab Bar buttons
Add an emoji badge:
YourTabBarController.addDotAtTabBarItemIndex(index: 0, radius: 10, text : "👏🏻")Add a colored dot badge:
YourTabBarController.addDotAtTabBarItemIndex(index: 0, radius: 7, color : UIColor.blue)Remove badge:
YourTabBarController.removeDotAtTabBarItemIndex(index: 0)SuperBadges is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "SuperBadges"SuperBadges is available under the MIT license. See the LICENSE file for more info.