Created
June 8, 2022 06:22
-
-
Save anupamchugh/87a29ed400e24219c417d1ff73c7c245 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
ZStack{ | |
Circle().fill(.red.gradient.shadow(.drop(color: .black, radius: 10)).shadow(.inner(radius: 10))) | |
.frame(width: 150, height: 150) | |
Image(systemName: "swift") | |
.resizable() | |
.aspectRatio(contentMode: .fit) | |
.frame(width: 75, height: 75) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment