美文网首页
IOS 线程使用

IOS 线程使用

作者: 谭冉冉 | 来源:发表于2016-12-08 11:04 被阅读23次

    dispatch_async(dispatch_get_global_queue(0, 0), ^{
    dispatch_async(dispatch_get_main_queue(), ^{
    //切换到主线程
    });
    });

    相关文章

      网友评论

          本文标题:IOS 线程使用

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