iOS
Get the framework
Initialize
import DriveKitDriverAchievementUIimport DriveKitCore
import DriveKitCommonUI
import DriveKitDriverAchievementUI
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
DriveKit.shared.initialize()
DriveKitUI.shared.initialize()
DriveKitDriverAchievementUI.shared.initialize()
...
}Override colors and texts
Select Streak themes
Display streak list interface
Select Badges categories
Display Badge list interface
Select ranking themes
Set ranking selectors
Configure ranking depth
Display Ranking interface
Last updated
Was this helpful?

