Cuberto / bubble-icon-tabbar

MIT License
1.1k stars 105 forks source link

How to set badge value? #13

Open FarisAlbalawi opened 5 years ago

FarisAlbalawi commented 5 years ago

How to set badge value?

ihassona commented 5 years ago

Hello Same here if you found the solution for badge please?

aqeel371 commented 5 years ago

I have added badges in pull request #18

BCSingh commented 4 years ago

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

KyleGoslan commented 4 years ago

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"
}