Skip to content

Instantly share code, notes, and snippets.

@onmyway133
Created June 15, 2018 16:29
Show Gist options
  • Save onmyway133/f27ad0e942150ded9a1a8d537068feca to your computer and use it in GitHub Desktop.
Save onmyway133/f27ad0e942150ded9a1a8d537068feca to your computer and use it in GitHub Desktop.
let layer = CALayer()
view.layer.addSublayer(layer)
layer.borderWidth = 2
layer.borderColor = UIColor.green.cgColor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment