美文网首页
多次点击只让最后一次操作生效

多次点击只让最后一次操作生效

作者: _清墨 | 来源:发表于2018-09-28 15:49 被阅读105次

    除去一些常用方法,以下也能实现

    [[self class] cancelPreviousPerformRequestsWithTarget:self selector:@selector(todoSomething) object:nil];
    [self performSelector:@selector(todoSomething) withObject:nil afterDelay:0.3f];
    

    相关文章

      网友评论

          本文标题:多次点击只让最后一次操作生效

          本文链接:https://www.haomeiwen.com/subject/jispoftx.html