Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created July 14, 2020 17:31
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 BetterProgramming/30ab8272b5713422e6c38bbcd942a0ae to your computer and use it in GitHub Desktop.
Save BetterProgramming/30ab8272b5713422e6c38bbcd942a0ae to your computer and use it in GitHub Desktop.
struct SwiftUIView: View {
var body: some View {
Circle()
.border(Color.red)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment