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 {
10291029 }
10301030
10311031 public setTabBarColor ( value : UIColor | Color ) : void {
1032- console . log ( 'setTabBarColor' , value ) ;
10331032 const nativeColor = value instanceof Color ? value . ios : value ;
10341033 // this._ios.tabBar.setTitleColorForState(nativeColor, UIControlState.Normal);
10351034 this . _ios . tabBar . setTitleColorForState ( nativeColor , UIControlState . Selected ) ;
@@ -1050,7 +1049,6 @@ export class Tabs extends TabsBase {
10501049 }
10511050
10521051 public setTabBarSelectedItemColor ( value : Color ) {
1053- console . log ( 'setTabBarSelectedItemColor' , value ) ;
10541052 this . _selectedItemColor = value ;
10551053 this . updateAllItemsColors ( ) ;
10561054 }
@@ -1060,7 +1058,6 @@ export class Tabs extends TabsBase {
10601058 }
10611059
10621060 public setTabBarUnSelectedItemColor ( value : Color ) {
1063- console . log ( 'setTabBarUnSelectedItemColor' , value ) ;
10641061 this . _unSelectedItemColor = value ;
10651062 this . updateAllItemsColors ( ) ;
10661063 }
You can’t perform that action at this time.
0 commit comments