change tvOS tab bar focus color

581 Views Asked by At

I created an appleTV app on tvOS 13! and I'm faced with some tabbar customization problems. I want to change the focused item color, I can change the text color, but I can't change the white focus background!

enter image description here

And also the tabBar add an alpha to 0.5 on not selected image how to remove it?

Thanks

1

There are 1 best solutions below

1
On

On tvOS 13 you need to access the standardAppearance to change it:

tabBarController?.tabBar.standardAppearance.selectionIndicatorTintColor = UIColor.red