OC中四种延时方法

```//延时方法1 [self performSelector:@selector(task) withObject:nil afterDelay:1]; //延时方法2 NSTimer *timer = [NSTimer timerWithTimeInterval:1.0 target:self selector:@selector(task1) userInfo:ni
相关文章
相关标签/搜索