diff --git a/ui/tab-view/tab-view.ios.ts b/ui/tab-view/tab-view.ios.ts index b791158b9..2b4b93a87 100644 --- a/ui/tab-view/tab-view.ios.ts +++ b/ui/tab-view/tab-view.ios.ts @@ -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++) {