Get started
Last updated
Was this helpful?
Last updated
Was this helpful?
Before starting DriveKit Challenge UI integration, make sure that you have initialized and modules.
The Challenge UI module is available on Cocoapods master repo.
To access the framework in the repository, add the following lines to your Podfile:
Then, run pod install.
If you have , the Challenge UI module must also be manually initialized. In the application's AppDelegate file, import DriveKitChallengeUI
:
Then, to initialize Challenge UI module in your app, you must call the initialization method in didFinishLaunchingWithOptions
method of your AppDelegate:
To display the challenges list, just call the following method: