Skip to content

Instantly share code, notes, and snippets.

@yjsoon
Last active April 15, 2022 07:52
Show Gist options
  • Save yjsoon/52a134158d4ad5a74c41578a023bdde5 to your computer and use it in GitHub Desktop.
Save yjsoon/52a134158d4ad5a74c41578a023bdde5 to your computer and use it in GitHub Desktop.
import PlaygroundSupport
import SwiftUI
struct MyView: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello world"/*@END_MENU_TOKEN@*/)
}
}
PlaygroundPage.current.setLiveView(MyView())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment