File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1029,7 +1029,6 @@ export class Tabs extends TabsBase {
1029
1029
}
1030
1030
1031
1031
public setTabBarColor ( value : UIColor | Color ) : void {
1032
- console . log ( 'setTabBarColor' , value ) ;
1033
1032
const nativeColor = value instanceof Color ? value . ios : value ;
1034
1033
// this._ios.tabBar.setTitleColorForState(nativeColor, UIControlState.Normal);
1035
1034
this . _ios . tabBar . setTitleColorForState ( nativeColor , UIControlState . Selected ) ;
@@ -1050,7 +1049,6 @@ export class Tabs extends TabsBase {
1050
1049
}
1051
1050
1052
1051
public setTabBarSelectedItemColor ( value : Color ) {
1053
- console . log ( 'setTabBarSelectedItemColor' , value ) ;
1054
1052
this . _selectedItemColor = value ;
1055
1053
this . updateAllItemsColors ( ) ;
1056
1054
}
@@ -1060,7 +1058,6 @@ export class Tabs extends TabsBase {
1060
1058
}
1061
1059
1062
1060
public setTabBarUnSelectedItemColor ( value : Color ) {
1063
- console . log ( 'setTabBarUnSelectedItemColor' , value ) ;
1064
1061
this . _unSelectedItemColor = value ;
1065
1062
this . updateAllItemsColors ( ) ;
1066
1063
}
You can’t perform that action at this time.
0 commit comments