Last active
August 21, 2018 13:34
-
-
Save Denismih/5941cfac40950467c9f63fd617952577 to your computer and use it in GitHub Desktop.
circle around the button #UI
This file contains 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
// the circle around the play button | |
playButton.layer.cornerRadius = playButton.frame.size.height / 2.0 | |
playButton.layer.borderWidth = 2.0 | |
playButton.layer.borderColor = UIColor.white.cgColor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment