[TIMOB-5902] iOS - Badge on More tab
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 1.7.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Sindre Sorhus |
Assignee | Ingo Muschenetz |
Created | 2011-10-28T14:12:25.000+0000 |
Updated | 2014-06-18T22:52:45.000+0000 |
Description
The "More" tab should show the combined badges count from the overflowing tabs, and it should also be possible to override this with our own number or disable it.
Some hints on how to do it [here](http://stackoverflow.com/questions/6520526/badge-value-on-more-tab).
Hi, I've tried to modify the sdk on my own, I'm able to set a badge when the tabgroup is opening this is what i did in the function "open" in "TiUITabGroup.m" UITabBarItem *item = [[self tabController] moreNavigationController].tabBarItem; [item setBadgeValue:@"1"]; BUT I can't find a way to update this value once the tabgroup is opened (I call the function "setBadgeValue" but nothing happens), any idea so I can do it on my side ? Thanks a lot