Skip to content

Instantly share code, notes, and snippets.

@licvido
Last active September 18, 2015 06:02
Show Gist options
  • Save licvido/534889d2af5a88f99496 to your computer and use it in GitHub Desktop.
Save licvido/534889d2af5a88f99496 to your computer and use it in GitHub Desktop.
SWIFT: Button with border
button.backgroundColor = UIColor.clearColor()
button.layer.cornerRadius = 5
button.layer.borderWidth = 1
button.layer.borderColor = UIColor.whiteColor().CGColor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment