Skip to content

Instantly share code, notes, and snippets.

@pMalvasio
Last active August 12, 2020 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pMalvasio/bad867cbc86e099ffe38458056568daf to your computer and use it in GitHub Desktop.
Save pMalvasio/bad867cbc86e099ffe38458056568daf to your computer and use it in GitHub Desktop.
ZStack {
Color.gray.opacity(0.5)
Circle()
.trim(from: 0.2, to: 1)
.stroke(
Color.white,
style: StrokeStyle(
lineWidth: 5,
lineCap: .round
)
)
.frame(width: 40, height: 40)
}
.frame(width: 80, height: 80)
.background(Color.white)
.cornerRadius(30)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment