Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Image("logo").resizable()
  2. .clipShape(Circle())
  3.  
  4. .overlay(
  5. Circle().stroke(Color.white, lineWidth: 8))
  6. .shadow(radius: 10)
  7.  
  8. .frame(width: 275.0, height: 200.0, alignment: .center)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement