gpt4 book ai didi

swift - 使用 Xcode Playground captureValue()

转载 作者:可可西里 更新时间:2023-10-31 23:58:01 25 4
gpt4 key购买 nike

我在 Xcode 7.1 (beta 3) 中使用 Playgrounds,但在使用 captureValue() 函数时遇到问题:

captureValue:withIdentifier: Captures a value to be displayed with the specified identifier in the timeline.

Declaration

public func captureValue(value: T, withIdentifier identifier: String)

— Apple Developer Site

当我调用该函数时,我得到的是:

captureValue

如何使用 captureValue?或者这是 beta 3 中的错误?

最佳答案

captureValue() 显示您在时间轴中捕获的值,时间轴是显示在 playground 的助理编辑器中的单独 View 。 (您可以通过按 Command-Option-Return 显示助理编辑器。)您显示的是当前行的结果,因为 captureValue() 返回 Void,只是 XCPlaygroundPage 本身。

时间轴应该是这样的:

Playground Timeline

关于swift - 使用 Xcode Playground captureValue(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33262228/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com