Skip to content

Instantly share code, notes, and snippets.

@bjhomer
Last active December 29, 2015 09:29
Show Gist options
  • Save bjhomer/7650287 to your computer and use it in GitHub Desktop.
Save bjhomer/7650287 to your computer and use it in GitHub Desktop.
An ObjC-level equivalent to dispatch_after
[[NSOperationQueue mainQueue] addOperationAfterDelay:2 withBlock:^{
NSLog(@"I'm in the future!");
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment