Open
Description
Hello,
I have this problem where on first start I see the Labels instead of the values. I use this code in AppDelegate:
`func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
#if DEBUG
NetworkActivityLogger.shared.level = .debug
NetworkActivityLogger.shared.startLogging()
#endif
UITabBar.appearance().tintColor = UIColor.gray
Localization.start(appKey: "...")
Localization.ifEmptyShowKey = true
Localization.setLanguage("hun")
Localization.buildLanguageCode = "hun"
return true
}`
This works, but only the second time. Also, loading into UILabels dont work at all, I had to populate them manually
Metadata
Metadata
Assignees
Labels
No labels