标签:style color io os ar for sp on c
NSTimer *myTimer = [NSTimer scheduledTimerWithTimeInterval:1.5 target:self selector:@selector(scrollTimer) userInfo:nil repeats:NO];
//关闭定时器
[myTimer setFireDate:[NSDate distantFuture]];
//开启定时器
[myTimer setFireDate:[NSDate distantPast]];
标签:style color io os ar for sp on c
原文地址:http://www.cnblogs.com/leiqun123/p/3993847.html