Skip to content

Instantly share code, notes, and snippets.

@mluton
Created January 29, 2012 06:02
Show Gist options
  • Save mluton/1697493 to your computer and use it in GitHub Desktop.
Save mluton/1697493 to your computer and use it in GitHub Desktop.
iOS: UIView Rounded Corners
#import "QuartzCore/QuartzCore.h"
viewOutlet.layer.cornerRadius = 25;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment