根据需要进行自拟
// 延缓0.5秒执行 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ // 执行任务 });
本文标题:延缓执行
本文链接:https://www.haomeiwen.com/subject/ngcznctx.html
网友评论