CarPlay 的色彩 UI

Tint color for CarPlay UI

有没有办法更改 CarPlay UI 的全局(或单独的 UI 元素)色调?我找不到有关此的任何信息。

我正在尝试:

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

但它没有效果,至少在我的模拟器中是这样。

从 iOS 15.4

开始,无法为 CarPlay 应用程序设置主题