Skip to content

Instantly share code, notes, and snippets.

@cafielo
Created January 30, 2021 18:34
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 cafielo/49b1769fbf59f7444be3b278cee447a7 to your computer and use it in GitHub Desktop.
Save cafielo/49b1769fbf59f7444be3b278cee447a7 to your computer and use it in GitHub Desktop.
general way of rounding view
let redBox = UIView(frame: CGRect(x: 100, y: 100, width: 128, height: 128))
redBox.backgroundColor = .red
redBox.layer.cornerRadius = 25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment