在Xcode的Playground上显示不同的输出

时间:2015-06-20 04:26:51

标签: xcode console xcode6 output swift-playground

我可以获得控制台输出,如果我"显示助理编辑器",但我一直不想在那里,只是在我检查值时想要它。我在视频中看到人们可以点击小(+)圈来查看结果enter image description here,但是当我点击它时会显示enter image description here我想知道我是怎样的当我按(+)时能够得到这样的东西吗? enter image description here

使用:Xcode 6.4

1 个答案:

答案 0 :(得分:0)

我从Xcode 6.4看到这个,我认为你需要打印所有内容:( 用于UI使用来自XCPlayground库的XCPShowView函数。 首先你需要导入XCPlayground,然后: XCPShowView(“你的标题”,yourUIViewObject)