Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I change the background color of the Chromecast navigation bar?

I've reviewed the custom styles available in the GoogleCast v3 SDK and unless I'm missing something I don't see a way to change the backgroundColor of the deviceChooser. See below:

enter image description here

Is there any way to change this gray color?

like image 452
allocate Avatar asked Dec 11 '25 04:12

allocate


1 Answers

As per the documentation Google does not allow us to change the navigation bar style. So we might need to change the navigation bar appearance before pushing to the media control UI of SDK.

I tried it in didFinishLaunchingWithOptions

 [UINavigationBar appearance].barTintColor = [UIColor whiteColor];
 [UINavigationBar appearance].translucent = NO;

Hope it helps :)

worked for me

like image 93
Vinu David Jose Avatar answered Dec 13 '25 17:12

Vinu David Jose



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!