Skip to content

Instantly share code, notes, and snippets.

@collinprice
Created February 24, 2014 20:50
Show Gist options
  • Save collinprice/9196756 to your computer and use it in GitHub Desktop.
Save collinprice/9196756 to your computer and use it in GitHub Desktop.
Objective-C Main Thread
dispatch_async(dispatch_get_main_queue(), ^{
[self doSomething];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment