Skip to content

Instantly share code, notes, and snippets.

@donly
Created May 24, 2012 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donly/2779207 to your computer and use it in GitHub Desktop.
Save donly/2779207 to your computer and use it in GitHub Desktop.
- (IBAction)startOneOffTimer:sender {
[NSTimer scheduledTimerWithTimeInterval:2.0
target:self
selector:@selector(targetMethod:)
userInfo:[self userInfo]
repeats:NO];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment