-
-
Save Abizern/9a9801f16985875e2f2a398b076b4c34 to your computer and use it in GitHub Desktop.
SwiftUI Playground Template
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 Foundation | |
import PlaygroundSupport | |
import SwiftUI | |
struct Content: View { | |
var body: some View { | |
Text("ππ», π!") | |
} | |
} | |
PlaygroundPage.current.liveView = UIHostingController(rootView: Content()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment