feature: segments control
This commit is contained in:
@ -35,7 +35,7 @@ namespace Pixiview.iOS.Renderers
|
||||
if (renderer.ViewController is UITabBarController controller)
|
||||
{
|
||||
var tabBar = controller.TabBar;
|
||||
tabBar.TintColor = UIColor.SecondaryLabelColor.ColorWithAlpha(1);
|
||||
tabBar.TintColor = UIColor.LabelColor;
|
||||
tabBar.UnselectedItemTintColor = UIColor.SecondaryLabelColor;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user