摘要: self.locationTimer =[NSTimer scheduledTimerWithTimeInterval: 0.01 target: self selector:@selector(transformAction) userInfo: nil repeats: YES];-(void) 阅读全文
posted @ 2016-01-31 02:49 北狐 阅读(834) 评论(0) 推荐(0) 编辑
摘要: 调用一次计时器方法: //不重复,只调用一次。timer运行一次就会自动停止运行 self.locationTimer = [NSTimer scheduledTimerWithTimeInterval:1 target:self selector: @selector(LocationTimer) 阅读全文
posted @ 2016-01-31 01:31 北狐 阅读(162) 评论(0) 推荐(0) 编辑