Skip to content

Instantly share code, notes, and snippets.

@navsing
Created April 12, 2020 19:46
Show Gist options
  • Save navsing/ce58269ef1852b36deef4305e4785136 to your computer and use it in GitHub Desktop.
Save navsing/ce58269ef1852b36deef4305e4785136 to your computer and use it in GitHub Desktop.
struct ImageContentView : View {
@State var url = "https://link-to-image"
var body: some View {
VStack {
ImageView(url: url)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment