somamy

iphone 定时器

2011-08-21 12:08  SuperGanker  阅读(52)  评论(0编辑  收藏  举报
[NSTimer scheduledTimerWithTimeInterval:0.1   //0.1秒
                                     target:self 
                                   selector:@selector(onTimer)   //作用对象
                                   userInfo:nil 
                                    repeats:YES];

  

分类:

技术点:

相关文章:

  • 2022-02-13
  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2021-07-01
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-30
  • 2021-08-10
  • 2021-05-16
  • 2021-11-29
  • 2021-09-26
  • 2021-11-29
相关资源
相似解决方案