Skip to content

Instantly share code, notes, and snippets.

@0xjmp
Created August 12, 2015 15:23
Show Gist options
  • Save 0xjmp/1291913c3a05f6c63a06 to your computer and use it in GitHub Desktop.
Save 0xjmp/1291913c3a05f6c63a06 to your computer and use it in GitHub Desktop.
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(7 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
NSLog(@"");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment