Skip to content

Instantly share code, notes, and snippets.

@Air-Craft
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Air-Craft/6abca101683b469f3c2d to your computer and use it in GitHub Desktop.
Save Air-Craft/6abca101683b469f3c2d to your computer and use it in GitHub Desktop.
Correct shadow on a UIView with rounded rect / corner radius #objective-c #ios #styles #basic
_containerView.layer.shadowPath = [UIBezierPath bezierPathWithRoundedRect:_containerView.bounds cornerRadius:_containerView.layer.cornerRadius].CGPath;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment