美文网首页ios学习
Xcode Playground支持异步执行

Xcode Playground支持异步执行

作者: fisland | 来源:发表于2017-06-10 17:10 被阅读2次

    在Xcode playground中能正常执行类似GCD异步代码需要添加以下代码

    import PlaygroundSupport
    PlaygroundPage.current.needsIndefiniteExecution = true
    

    相关文章

      网友评论

        本文标题:Xcode Playground支持异步执行

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