Created
November 14, 2020 17:51
-
-
Save SimonRice/574039f6de7de7ba16355d559f7da694 to your computer and use it in GitHub Desktop.
CarPlay Open In Maps Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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