在Xcode playground中能正常执行类似GCD异步代码需要添加以下代码
import PlaygroundSupport
PlaygroundPage.current.needsIndefiniteExecution = true
在Xcode playground中能正常执行类似GCD异步代码需要添加以下代码
import PlaygroundSupport
PlaygroundPage.current.needsIndefiniteExecution = true
本文标题:Xcode Playground支持异步执行
本文链接:https://www.haomeiwen.com/subject/zrccqxtx.html
网友评论