Created
June 20, 2021 01:38
-
-
Save rudrankriyam/2c6c6049999835680795a55b519f1d3c to your computer and use it in GitHub Desktop.
AsyncImage syntax
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 ArtworkImage: View { | |
| var url: URL? | |
| var body: some View { | |
| AsyncImage(url: url) | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment