evermeer / EVCloudKitDao

Simplified access to Apple's CloudKit
Other
644 stars 67 forks source link

Main Thread Checker: UI API called on a background thread: -[UIApplication setApplicationIconBadgeNumber:] #86

Closed mperovic closed 7 years ago

mperovic commented 7 years ago

setBadgeCounter functions's handleCallback calls

UIApplication.shared.applicationIconBadgeNumber = count

in the background thread.

evermeer commented 7 years ago

Thanks, I made an update to do this on main. It's already pushed to GitHub and will be in the next release.