Skip to content

Instantly share code, notes, and snippets.

@MaximAlien
Created September 7, 2016 10:06
Show Gist options
  • Save MaximAlien/b0a671d2f1e994edeb30f2f31d813e55 to your computer and use it in GitHub Desktop.
Save MaximAlien/b0a671d2f1e994edeb30f2f31d813e55 to your computer and use it in GitHub Desktop.
[iOS] GCD method to update UI from background thread
dispatch_async(dispatch_get_main_queue(), ^{
// update UI here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment