Popularity
1.8
Stable
Activity
0.0
Stable
55
4
11

Programming language: Swift
License: MIT License
Tags: UI     Tab Bar    
Latest version: v1.0.3

SuperBadges alternatives and similar libraries

Based on the "Tab Bar" category.
Alternatively, view SuperBadges alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of SuperBadges or a related project?

Add another 'Tab Bar' Library

README

SuperBadges

Version License Platform language

Add emojis and colored dots as badges for your Tab Bar buttons ✨

Usage

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)

Installation

SuperBadges is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "SuperBadges"

Author

Oded Harth alt text

License

SuperBadges is available under the MIT license. See the LICENSE file for more info.


*Note that all licence references and agreements mentioned in the SuperBadges README section above are relevant to that project's source code only.