Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3236] iOS 7: Support barTintColor for TabGroup

GitHub Issuen/a
TypeImprovement
Priorityn/a
StatusClosed
ResolutionFixed
Resolution Date2013-09-17T21:17:41.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsios7
ReporterChristopher Beloch
AssigneeMauro Parra-Miranda
Created2013-09-17T20:41:27.000+0000
Updated2016-03-08T07:57:38.000+0000

Description

Am I seeing this wrong or hasn't the property for the bar tint color of a tabgroup been exposed to Titanium? At the moment I can tint the navBar, but the tabgroup always stays white.

Comments

  1. Christopher Beloch 2013-09-17

    Ok... Looks like this feature is hidden behind "tabsBackgroundColor". A little bit irritating not having a 'tint' property here
  2. Vishal Duggal 2013-09-17

    I am assuming you mean the tintColor for the UITabBar, which is exposed through the Ti.UI.TabGroup.tabsTintColor property. Ti.UI.TabGroup.tabsBackgroundColor maps to UITabBar.barTintColor on iOS7 and above and UITabBar.tintColor on older versions.
  3. Mauro Parra-Miranda 2013-11-22

    Solved by Ti.UI.TabGroup.tabsTintColor property.

JSON Source