Skip to content

Instantly share code, notes, and snippets.

@Denismih
Last active August 21, 2018 13:34
Show Gist options
  • Save Denismih/5941cfac40950467c9f63fd617952577 to your computer and use it in GitHub Desktop.
Save Denismih/5941cfac40950467c9f63fd617952577 to your computer and use it in GitHub Desktop.
circle around the button #UI
// 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