NSTimer

 [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(timerFireMethod:) userInfo:nil repeats:YES];//使用timer定时,每秒触发一次,然后就是写selector了。
 
- (void)timerFireMethod:(NSTimer*)theTimer
{}
posted @ 2012-12-06 15:30  废弃账号  阅读(84)  评论(0编辑  收藏  举报