Skip to content

Instantly share code, notes, and snippets.

@ikekou
Created September 9, 2013 08:37
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 ikekou/6493006 to your computer and use it in GitHub Desktop.
Save ikekou/6493006 to your computer and use it in GitHub Desktop.
[Objective-C] 1回だけ使うタイマーみたいな書き方
[self performSelector:@selector(timerHandler) withObject:nil afterDelay:1.0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment