Skip to content

Instantly share code, notes, and snippets.

@dmytro-anokhin
Created June 7, 2019 20:21
Show Gist options
  • Select an option

  • Save dmytro-anokhin/4ef9ed16e14074dba048a76270424f21 to your computer and use it in GitHub Desktop.

Select an option

Save dmytro-anokhin/4ef9ed16e14074dba048a76270424f21 to your computer and use it in GitHub Desktop.
struct URLImage : View {
init(url: URL, placeholder: Image = Image(systemName: "photo")) {
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment