Skip to content

Instantly share code, notes, and snippets.

@gahntpo
Created June 19, 2020 14:18
Show Gist options
  • Save gahntpo/a7ca545b77c05989bd89408a7c39bd80 to your computer and use it in GitHub Desktop.
Save gahntpo/a7ca545b77c05989bd89408a7c39bd80 to your computer and use it in GitHub Desktop.
simple view in SwiftUI
import SwiftUI
struct ContentView: View {
var body: some View {
Text("Hello World")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment