Skip to content

Instantly share code, notes, and snippets.

@licvido
Created February 3, 2015 19:08
Show Gist options
  • Save licvido/78f61ee0c5723b2d6c64 to your computer and use it in GitHub Desktop.
Save licvido/78f61ee0c5723b2d6c64 to your computer and use it in GitHub Desktop.
SWIFT: Dispatch async
dispatch_async(dispatch_get_main_queue(),{
// ...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment