Created
August 13, 2019 21:17
-
-
Save interstateone/1cb682565f11093bac4eb5ea9d4c3832 to your computer and use it in GitHub Desktop.
Use with `playground -u URL`. https://github.com/JohnSundell/Playground
This file contains hidden or 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 SwiftUI | |
import PlaygroundSupport | |
struct ContentView: View { | |
var body: some View { | |
Text("Hello World! ๐๐") | |
} | |
} | |
PlaygroundPage.current.liveView = UIHostingController(rootView: ContentView()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment