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