【发布时间】:2014-06-08 19:24:21
【问题描述】:
我在玩 Xcode 6 的第一个测试版的 Playground 功能 - 我注意到 Playground 有一半时间没有更新(只是不显示结果计算或发生了多少循环迭代)简单的代码/循环/里面的功能。连斯威夫特之旅https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/GuidedTour.html
有几行代码没有出现在 Playground 中。如果您弄乱了代码,有时它会显示出来,方法是移动代码或将其放置在其他地方。还有谁?有什么修复吗?这只是一个测试版问题吗?
【问题讨论】:
标签: swift xcode6 swift-playground