Skip to content

Instantly share code, notes, and snippets.

@TimoReusch
Created December 29, 2021 12:34
Show Gist options
  • Save TimoReusch/32a4305ca59bd4d2cab872d20157b737 to your computer and use it in GitHub Desktop.
Save TimoReusch/32a4305ca59bd4d2cab872d20157b737 to your computer and use it in GitHub Desktop.
Display your App Icon in the App itself (rounds the corners)
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