Skip to content

Instantly share code, notes, and snippets.

@SimonRice
Created November 14, 2020 17:51
Show Gist options
  • Save SimonRice/574039f6de7de7ba16355d559f7da694 to your computer and use it in GitHub Desktop.
Save SimonRice/574039f6de7de7ba16355d559f7da694 to your computer and use it in GitHub Desktop.
CarPlay Open In Maps Example
import CarPlay
final class CarPlaySceneDelegate: UIResponder, CPTemplateApplicationSceneDelegate {
func templateApplicationScene(_ templateApplicationScene: CPTemplateApplicationScene, didConnect interfaceController: CPInterfaceController) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment