Skip to content

Instantly share code, notes, and snippets.

@derekforeman
Forked from jordansinger/playground.swift
Created January 4, 2021 17:35
Show Gist options
  • Save derekforeman/ccec1094435dd2d5cbcee6aed90955f4 to your computer and use it in GitHub Desktop.
Save derekforeman/ccec1094435dd2d5cbcee6aed90955f4 to your computer and use it in GitHub Desktop.
import SwiftUI
import PlaygroundSupport
struct ContentView: View {
var body: some View {
Text("Hello World")
}
}
PlaygroundPage.current.setLiveView(ContentView())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment