IOS 设置定时器,执行方法

 //设置定时器(1秒后跳到一下题)
            [self performSelector:@selector(nextQuestion) withObject:nil afterDelay:1.0];

 

posted on 2017-02-20 21:31  守望星空  阅读(189)  评论(0)    收藏  举报

导航