Guest User

Untitled

a guest
Jun 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. let layer = CALayer()
  2. view.layer.addSublayer(layer)
  3. layer.borderWidth = 2
  4. layer.borderColor = UIColor.green.cgColor
Add Comment
Please, Sign In to add comment