Skip to content

Instantly share code, notes, and snippets.

@Parietal
Forked from licvido/app.swift
Last active September 18, 2015 06:02
Show Gist options
  • Save Parietal/aa3664a59a389694a6c2 to your computer and use it in GitHub Desktop.
Save Parietal/aa3664a59a389694a6c2 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