Answers for "UI API called on a background thread:"

1

UI API called on a background thread

DispatchQueue.main.async {
    //Do UI Code here. 
    //Call Google maps methods.
}
Posted by: Guest on September-14-2020

Code answers related to "UI API called on a background thread:"

Code answers related to "Swift"

Browse Popular Code Answers by Language