Skip to content

Instantly share code, notes, and snippets.

@chenr2
Created July 16, 2015 11:46
Show Gist options
  • Save chenr2/1eec8b68d0cbb66b76c7 to your computer and use it in GitHub Desktop.
Save chenr2/1eec8b68d0cbb66b76c7 to your computer and use it in GitHub Desktop.
Swift snippet: hop back to the main thread
dispatch_async(dispatch_get_main_queue()) {
self.someMethod(self.someProperty)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment