Get started
Prerequisite
Integration
Project configuration
Initialization
import DriveKitVehicleUIimport DriveKitCore
import DriveKitCommonUI
import DriveKitVehicleUI
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
DriveKit.shared.initialize()
DriveKitUI.shared.initialize()
DriveKitVehicleUI.shared.initialize()
...
}Display vehicle list

Display vehicle detail

Display vehicle picker
Last updated
Was this helpful?

