1

Is there a way to change the global (or for separate UI elements) tint color for CarPlay UI? I can't find any information about this.

I'm trying:

func templateApplicationScene(_ templateApplicationScene: CPTemplateApplicationScene,
                              didConnect interfaceController: CPInterfaceController) {
    templateApplicationScene.carWindow.tintColor = myColor
    ...
}

but it has no effect, at least in my simulator.

algrid
  • 5,600
  • 3
  • 34
  • 37

1 Answers1

2

There is no way of theming a CarPlay application as of iOS 15.4

fruitcoder
  • 1,073
  • 8
  • 24