美文网首页
执行方法

执行方法

作者: 张家杰仔 | 来源:发表于2017-08-21 15:16 被阅读5次
//取消执行方法
    [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(animateHide) object:nil];
//延时执行方法
    [self performSelector:@selector(animateHide) withObject:nil afterDelay:5.0f];

相关文章

网友评论

      本文标题:执行方法

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