[AC-3236] iOS 7: Support barTintColor for TabGroup
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-09-17T21:17:41.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | ios7 |
Reporter | Christopher Beloch |
Assignee | Mauro Parra-Miranda |
Created | 2013-09-17T20:41:27.000+0000 |
Updated | 2016-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.
Ok... Looks like this feature is hidden behind "tabsBackgroundColor". A little bit irritating not having a 'tint' property here
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.
Solved by Ti.UI.TabGroup.tabsTintColor property.