Skip to content

Instantly share code, notes, and snippets.

@zeedark
Created January 31, 2012 10:45
Show Gist options
  • Save zeedark/1709849 to your computer and use it in GitHub Desktop.
Save zeedark/1709849 to your computer and use it in GitHub Desktop.
Perform drawing-related operations on the main thread
dispatch_async(dispatch_get_main_queue(), ^{
/* your code */
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment