Created
June 26, 2020 19:00
-
-
Save aheze/c5c9f3f7a658f06218aebf69b0691cdc to your computer and use it in GitHub Desktop.
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
| 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