Created
April 12, 2020 19:46
-
-
Save navsing/ce58269ef1852b36deef4305e4785136 to your computer and use it in GitHub Desktop.
This file contains hidden or 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