gpt4 book ai didi

swift - 在 Swift Playgrounds [Xcode] 中链接页面

转载 作者:可可西里 更新时间:2023-11-01 01:09:05 24 4
gpt4 key购买 nike

我是 swift playground 的新手,在 Xcode 中制作 swift playground 时遇到了一些问题。

这是我的主 Playground 页面

import UIKit
import PlaygroundSupport
import SpriteKit
let secondScene = Index()
let master = FirstScene()
let root = UINavigationController(rootViewController: master)
PlaygroundPage.current.liveView = root

但是当我尝试在 Swift 的源类和 playground 页面本身中添加 Next Topic 时,链接没有出现。

注意:我在 Xcode 中使用 Swift Playgrounds 而不是 iPad 上的 Playgroundbook。

此外,在我的主页的 sources 文件夹中,我将所有 class 声明为 public,这是在源代码中使用 helper swift 文件的正确方法吗?

我尝试创建一个新的 Playground 并添加了具有默认链接但仍然没有输出的页面。
New playground but assistant editor shows no links

最佳答案

看看您的屏幕截图,您的代码是正确的。链接到下一页的语法 [Next Page!](@next)。您现在需要做的就是:
- 在 Xcode 菜单栏中,单击编辑器
- 点击“显示渲染标记”

Editor -> 'Show Rendered Markup' Menu

就是这样。您可以在任何您喜欢的地方放置标记。请记住在链接到 playground 页面时用 %20 替换空格,例如[我的页面 #2](My%20Other%20Page)

关于swift - 在 Swift Playgrounds [Xcode] 中链接页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49584922/

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