Last active
April 15, 2022 07:52
-
-
Save yjsoon/52a134158d4ad5a74c41578a023bdde5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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