Skip to content

Instantly share code, notes, and snippets.

@KanshuYokoo
Created September 19, 2018 14:34
Show Gist options
  • Save KanshuYokoo/2f46503e31d06fd8f222fac8f6a5b814 to your computer and use it in GitHub Desktop.
Save KanshuYokoo/2f46503e31d06fd8f222fac8f6a5b814 to your computer and use it in GitHub Desktop.
ios, swift. call function from main thread
DispatchQueue.main.async(execute: {
// call any function ex. doSomething()
self.doSomething()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment