Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5902] iOS - Badge on More tab

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 1.7.0
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterSindre Sorhus
AssigneeIngo Muschenetz
Created2011-10-28T14:12:25.000+0000
Updated2014-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).

Comments

  1. Julien 2014-04-30

    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

JSON Source