Created
January 11, 2013 13:59
-
-
Save jmcd/4510858 to your computer and use it in GitHub Desktop.
Add a border to a UIView for visual debugging
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
self.mapView.layer.borderColor = [UIColor redColor].CGColor; | |
self.mapView.layer.borderWidth = 3.0f; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment