Skip to content

Instantly share code, notes, and snippets.

@macbaszii
Created July 25, 2016 17:17
Show Gist options
  • Select an option

  • Save macbaszii/73423a6977a6d72fa3b8488f1609a48a to your computer and use it in GitHub Desktop.

Select an option

Save macbaszii/73423a6977a6d72fa3b8488f1609a48a to your computer and use it in GitHub Desktop.
DispatchQueue.global().async {
// Background thread
DispatchQueue.main.async {
// UI Updates
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment