Contents

CPDashboardController

A controller that provides shortcut buttons for the CarPlay Dashboard.

Declaration

class CPDashboardController

Overview

A dashboard controller manages up to two shortcut buttons that CarPlay displays in the dashboard when there’s no active navigation session. You don’t create the dashboard controller. Instead, CarPlay creates one for you and passes it to the delegate of CPTemplateApplicationDashboardScene when it connects the dashboard scene.

After receiving the controller, set shortcutButtons to an array that contains a maximum of two shortcut buttons. CarPlay manages hiding or showing the buttons on the dashboard at the appropriate times.

Topics

Providing Dashboard Buttons

See Also

Accessing the Dashboard Controller