美文网首页
用CGD的方法来延迟主线程有关的操作

用CGD的方法来延迟主线程有关的操作

作者: 潮人花钱不用钱 | 来源:发表于2016-08-05 16:37 被阅读75次

    1.dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.2*NSEC_PER_SEC), dispatch_get_main_queue(), ^{

    [self.leftTableView selectRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0] animated:NO scrollPosition:UITableViewScrollPositionNone];

    });

    相关文章

      网友评论

          本文标题:用CGD的方法来延迟主线程有关的操作

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