Open FarisAlbalawi opened 5 years ago
Hello Same here if you found the solution for badge please?
The badges are being set only while setting the tabbarcontroller. later if set the badge value, it doesn't reflect... Is there a way to do that
Seeing similar issue to @BCSingh. Can add the badge when the tab bat it is created, but then cant update it.
This doesn't seem to work:
if let tabItem = self.tabBarItem as? CBTabBarItem {
tabItem.badgeValue = "10"
}
How to set badge value?