Skip to content

Instantly share code, notes, and snippets.

@mluton
Created October 12, 2016 04:37
Show Gist options
  • Save mluton/29cc3bb58e11d25ca200af0c2bf5a335 to your computer and use it in GitHub Desktop.
Save mluton/29cc3bb58e11d25ca200af0c2bf5a335 to your computer and use it in GitHub Desktop.
Dispatch After
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 1.00 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
// code
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment