SuperBadges alternatives and similar libraries
Based on the "Tab Bar" category.
Alternatively, view SuperBadges alternatives based on common mentions on social networks and blogs.
-
animated-tab-bar
:octocat: RAMAnimatedTabBarController is a Swift UI module library for adding animation to iOS tabbar items and icons. iOS library made by @Ramotion -
adaptive-tab-bar
:octocat: AdaptiveController is a 'Progressive Reduction' Swift UI module for adding custom states to Native or Custom iOS UI elements. Swift UI component by @Ramotion -
SwipeViewController
SwipeViewController is a Swift modification of RKSwipeBetweenViewControllers - navigate between pages / ViewControllers -
TabDrawer
Customizable TabBar UI element that allows you to run a block of code upon TabBarItem selection, written in Swift -
ExpandedTabBar
ExpandedTabBar is a very creative designed solution for "more" items in UITabBarController. It's greate experience to have more comfortable and intuitive UI. -
WormTabStrip
🐛 WormTabStrip ViewPager for iOS written in Swift, which gives continuous feedback to the user when scrolling -
CardTabBar
This library is for adding animation to iOS tabbar items, which is inherited from UITabBarController. -
GGTabBar
Another UITabBar & UITabBarController (iOS Tab Bar) replacement, but uses Auto Layout for arranging it's views hierarchy. -
KYWheelTabController
KYWheelTabController is a subclass of UITabBarController.It displays the circular menu instead of UITabBar.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of SuperBadges or a related project?
README
SuperBadges
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
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.