Skip to content

Instantly share code, notes, and snippets.

@mluton
Created May 29, 2012 05:30
Show Gist options
  • Save mluton/2822786 to your computer and use it in GitHub Desktop.
Save mluton/2822786 to your computer and use it in GitHub Desktop.
Set border properties of a UIView.
#import "QuartzCore/QuartzCore.h"
view.layer.borderColor = [UIColor redColor].CGColor;
view.layer.borderWidth = 3.0f;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment