iOS dispatch_after倒计时开始无法结束

iOS dispatch_after倒计时开始无法结束,可以用另外一种方式替换:

[self performSelector:@selector(你的方法) withObject:nil afterDelay:30];

 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(你的方法) object:nil];

你可能感兴趣的:(iOS dispatch_after倒计时开始无法结束)