首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Iphone >

iPhone/iPad Timer 应用

2012-09-10 
iPhone/iPad Timer 使用//以下代码为每隔1.5秒执行一次autoPlay函数[NSTimer scheduledTimerWithTimeInter

iPhone/iPad Timer 使用


//以下代码为每隔1.5秒执行一次autoPlay函数[NSTimer scheduledTimerWithTimeInterval:1.5 target:self selector:@selector(autoPlay) userInfo:nil repeats:YES];

热点排行