Skip to content

Instantly share code, notes, and snippets.

@joehoyle
Created December 3, 2010 20:06
Show Gist options
  • Save joehoyle/727478 to your computer and use it in GitHub Desktop.
Save joehoyle/727478 to your computer and use it in GitHub Desktop.
[self setRefreshTimer: [[CPTimer alloc] initWithFireDate: [CPDate dateWithTimeIntervalSinceNow:5]
interval:1
target: self
selector: @selector(refreshData:)
userInfo: nil
repeats: NO]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment