iOS dispatch_after倒计时开始无法结束,可以用另外一种方式替换:
[self performSelector:@selector(你的方法) withObject:nil afterDelay:30];
[NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(你的方法) object:nil];
iOS dispatch_after倒计时开始无法结束,可以用另外一种方式替换:
[self performSelector:@selector(你的方法) withObject:nil afterDelay:30];
[NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(你的方法) object:nil];
本文标题:iOS dispatch_after倒计时开始无法结束
本文链接:https://www.haomeiwen.com/subject/hjuvoftx.html
网友评论