以下の内容はhttps://anton0825.hatenablog.com/entry/20120612/1340778702より取得しました。


NSTimerで定期的に実行する

一定間隔で何度か処理を実行させたい場合、以下のようにする。
>|objc|NSTimer *tUpdate;
NSTimeInterval tiCallRate = 1.0 / 15.0;
tUpdate = [NSTimer scheduledTimerWithTimeInterval:tiCallRate
target:self
selector:@selector(updateScore:)
userInfo:nil
repeats:YES];
|




以上の内容はhttps://anton0825.hatenablog.com/entry/20120612/1340778702より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14