Skip to content

Instantly share code, notes, and snippets.

@rudrankriyam
Created June 20, 2021 01:38
Show Gist options
  • Select an option

  • Save rudrankriyam/2c6c6049999835680795a55b519f1d3c to your computer and use it in GitHub Desktop.

Select an option

Save rudrankriyam/2c6c6049999835680795a55b519f1d3c to your computer and use it in GitHub Desktop.
AsyncImage syntax
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