Skip to content

Instantly share code, notes, and snippets.

@CaptainMalReynolds
Last active August 29, 2015 13:57
Show Gist options
  • Save CaptainMalReynolds/9594998 to your computer and use it in GitHub Desktop.
Save CaptainMalReynolds/9594998 to your computer and use it in GitHub Desktop.
Rounded_avatar
self.avatarImageView.layer.cornerRadius = 150.0f;
self.avatarImageView.layer.borderWidth = 2.0f;
self.avatarImageView.layer.borderColor = [UIColor blackColor].CGColor;
self.avatarImageView.clipsToBounds = YES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment