标签:
示例:
//创建 scrollTimer =[NSTimer scheduledTimerWithTimeInterval:interval target:self selector:@selector(show) userInfo:nil repeats:YES]; //使无效 [scrollTimer invalidate]; scrollTimer =nil;
iOS NSTimer
原文地址:http://www.cnblogs.com/SimonGao/p/4993733.html