Skip to content

Instantly share code, notes, and snippets.

@hirauchg
Created August 18, 2020 07:11
Show Gist options
  • Save hirauchg/2557a45c545751762d7a6374692c634e to your computer and use it in GitHub Desktop.
Save hirauchg/2557a45c545751762d7a6374692c634e to your computer and use it in GitHub Desktop.
Imageで画像を表示する
struct ContentView: View {
var body: some View {
Image("soccer")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment