Cuberto / flashy-tabbar

One another nice animated tabbar
MIT License
721 stars 73 forks source link

Badge display #6

Closed gmckee1 closed 5 years ago

gmckee1 commented 5 years ago

Hi,

There seems to be an issue displaying the badge on the tab bar. The following code correctly sets the tab item badge value, but it doesn't seem to be display.

if let tabItems = tabBarController?.tabBar.items { let tabItem = tabItems[2] tabItem.badgeValue = "3" }

I've had a look through the CBTabBarButton code, but can't see where error is.

askopin commented 5 years ago

We solved this trouble and integrated this animation in new control: https://github.com/Cuberto/cb-tabbar I think it's more comfortable to have all tabbar animations in one place

Dellybro commented 5 years ago

How does this fix the issue? It still doesn't seem to show the badge value

lex-shvets commented 5 years ago

@Dellybro use CBTabBarController instead and apply flashy style :)

lex-shvets commented 5 years ago
Screenshot 2019-03-30 at 18 00 14

Can you give us an example?

FugenApps commented 5 years ago

I can't install CBTabBarController via cocoapods for some reason i get this error

[!] Unable to find a specification for CBTabBarController

FugenApps commented 5 years ago

Something was wrong with my cocoapods master repo, it works now. Sorry