Created
December 29, 2021 12:34
-
-
Save TimoReusch/32a4305ca59bd4d2cab872d20157b737 to your computer and use it in GitHub Desktop.
Display your App Icon in the App itself (rounds the corners)
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
Image("Logo") | |
.resizable() | |
.scaledToFit() | |
.frame(width: 114, height: 114, alignment: .center) | |
.clipShape(RoundedRectangle(cornerRadius: 20)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment