Created
June 15, 2018 16:29
-
-
Save onmyway133/f27ad0e942150ded9a1a8d537068feca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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