Get started
Prerequisite
Integration
target 'my-target' do
pod 'DriveKitChallengeUI'
endInitialization
import DriveKitChallengeUIDisplay Challenge List
Last updated
Was this helpful?
target 'my-target' do
pod 'DriveKitChallengeUI'
endimport DriveKitChallengeUILast updated
Was this helpful?
Was this helpful?
import DriveKitCore
import DriveKitCommonUI
import DriveKitChallengeUI
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
DriveKit.shared.initialize()
DriveKitUI.shared.initialize()
DriveKitChallengeUI.shared.initialize()
...
}self.navigationController?.pushViewController(DriveKitChallengeUI.shared.getChallengeListViewController(), animated: true)