TintCololor should be synced with selectedColor

This commit is contained in:
vakrilov
2015-10-29 18:19:20 +02:00
parent c41e15faf0
commit d29fd66478

View File

@@ -325,7 +325,7 @@ export class TabView extends common.TabView {
var tabBar = this.ios.tabBar;
tabBar.tintColor = this.color ? this.color.ios : null;
tabBar.tintColor = this.selectedColor ? this.selectedColor.ios : null;
var states = getTitleAttributesForStates(this);
for (var i = 0; i < this.items.length; i++) {