Created
April 17, 2012 15:50
-
-
Save yfujiki/2407024 to your computer and use it in GitHub Desktop.
Add Border to UIView in iOS
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
UIView * view = ... | |
view.layer.borderColor = color.CGColor; | |
view.layer.borderWidth = width; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment