iPhone/iPad Timer 使用
//以下代码为每隔1.5秒执行一次autoPlay函数[NSTimer scheduledTimerWithTimeInterval:1.5 target:self selector:@selector(autoPlay) userInfo:nil repeats:YES];
发布时间: 2012-09-10 11:02:33 作者: rapoo
iPhone/iPad Timer 使用
//以下代码为每隔1.5秒执行一次autoPlay函数[NSTimer scheduledTimerWithTimeInterval:1.5 target:self selector:@selector(autoPlay) userInfo:nil repeats:YES];