Created
January 1, 2021 12:39
-
-
Save dmytro-anokhin/087ef754de3bd61ab4f472c9a49e0743 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
URLImage(url: url) { image in | |
image | |
.resizable() | |
.aspectRatio(contentMode: .fit) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment