代码
// 取消之前执行的方法
[[self class] cancelPreviousPerformRequestsWithTarget:self selector:@selector(action) object:nil];
// 执行方法
[self performSelector:@selector(action) withObject:nil afterDelay:0.1f];
// 取消之前执行的方法
[[self class] cancelPreviousPerformRequestsWithTarget:self selector:@selector(action) object:nil];
// 执行方法
[self performSelector:@selector(action) withObject:nil afterDelay:0.1f];
本文标题:iOS 防止事件重复执行
本文链接:https://www.haomeiwen.com/subject/qrnfmftx.html
网友评论