Closed gmckee1 closed 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
How does this fix the issue? It still doesn't seem to show the badge value
@Dellybro use CBTabBarController instead and apply flashy style :)
Can you give us an example?
I can't install CBTabBarController via cocoapods for some reason i get this error
[!] Unable to find a specification for CBTabBarController
Something was wrong with my cocoapods master repo, it works now. Sorry
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.