Chinaunix首页 | 论坛 | 博客
  • 博客访问: 90991
  • 博文数量: 22
  • 博客积分: 486
  • 博客等级: 下士
  • 技术积分: 262
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-07 19:26
文章分类

全部博文(22)

文章存档

2012年(22)

我的朋友

分类: 嵌入式

2012-07-12 18:20:32

-(void)initTimer { //时间间隔 NSTimeInterval timeInterval =3.0 ; //定时器 repeats 表示是否需要重复,NO为只重复一次 NSTimer *timer = [NSTimer scheduledTimerWithTimeInterval:timeInterval target:self selector:@selector(mobileAnimation) userInfo:nil repeats:YES]; }
阅读(3148) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~