Skip to content

Instantly share code, notes, and snippets.

@bouchtaoui-dev
Created January 12, 2016 13:54
Show Gist options
  • Select an option

  • Save bouchtaoui-dev/93efa7a477f435883547 to your computer and use it in GitHub Desktop.

Select an option

Save bouchtaoui-dev/93efa7a477f435883547 to your computer and use it in GitHub Desktop.
- (void) startTimer {
NSTimer *timer = [[ NSTimer alloc ] initWithFireDate: [NSDate dateWithTimeIntervalSinceNow: 0.0
interval: 0.1
target: self
selector: @selector(fireMe)
userInfo: nil
repeats: NO];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment