Skip to content

Instantly share code, notes, and snippets.

@jmcd
Created January 11, 2013 13:59
Show Gist options
  • Save jmcd/4510858 to your computer and use it in GitHub Desktop.
Save jmcd/4510858 to your computer and use it in GitHub Desktop.
Add a border to a UIView for visual debugging
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