Skip to content

Instantly share code, notes, and snippets.

@aheze
Created June 26, 2020 19:00
Show Gist options
  • Select an option

  • Save aheze/c5c9f3f7a658f06218aebf69b0691cdc to your computer and use it in GitHub Desktop.

Select an option

Save aheze/c5c9f3f7a658f06218aebf69b0691cdc to your computer and use it in GitHub Desktop.
struct ContentView: View {
var body: some View {
let symbol = Image(systemName: "books.vertical")
return Text("Here is a symbol \(symbol) embedded in a string!")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment