Created
January 30, 2021 18:34
-
-
Save cafielo/49b1769fbf59f7444be3b278cee447a7 to your computer and use it in GitHub Desktop.
general way of rounding view
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
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