Skip to content

Instantly share code, notes, and snippets.

@wb-softwares
Created June 16, 2020 22:42
Show Gist options
  • Save wb-softwares/6a10d8db3e46c2b08f17acd9f8b84e89 to your computer and use it in GitHub Desktop.
Save wb-softwares/6a10d8db3e46c2b08f17acd9f8b84e89 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