Yalantis / FoldingTabBar.iOS

Folding Tab Bar and Tab Bar Controller
https://yalantis.com
MIT License
3.68k stars 460 forks source link

How to set Badge Value on TabBarItem #43

Closed syedqamara closed 7 years ago

syedqamara commented 8 years ago

I have 4 items in my FoldingTabBarController but i want to set badge value to one of them which is at index 2. I can't understand how to do this? Can you please quote an Example?

serejahh commented 8 years ago

Hi @syedqamara. Thanks for your interest to our component. For now it can't be done, but I can add the feature. Please, tell me if it's needed for you

IgorMuzyka commented 8 years ago

@syedqamara you can found the view you interested in tabBar.subviews and then add a badge to it

asar1 commented 5 years ago

Did anybody achieved this functionality yet?

jaypanchal12 commented 5 years ago

@IgorMuzyka can u please explain a bit more.