gpt4 book ai didi

swift-playground - 在 Xcode 11 playground 中使用 SwiftUI

转载 作者:行者123 更新时间:2023-12-02 14:49:13 27 4
gpt4 key购买 nike

我知道如何在常规应用程序项目中使用 Xcode 11 中的 SwiftUI,但我想知道即使我不能使用实时编辑器,是否也可以在 playgrounds 中使用它?

最佳答案

当然,这很简单:

import PlaygroundSupport

PlaygroundPage.current.liveView = UIHostingController(rootView: PlaygroundRootView())

public struct PlaygroundRootView: View {
public init() {}

public var body: some View {
Text("Hello World!")
}
}

在这里查看更多: https://github.com/attoPascal/SwiftUI-Tutorial-Playground

关于swift-playground - 在 Xcode 11 playground 中使用 SwiftUI,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56764390/

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