Skip to content

Instantly share code, notes, and snippets.

@DonMag
Created February 3, 2017 13:43
Show Gist options
  • Select an option

  • Save DonMag/73b9f12fe5088ebd45852a358e8f85dc to your computer and use it in GitHub Desktop.

Select an option

Save DonMag/73b9f12fe5088ebd45852a358e8f85dc to your computer and use it in GitHub Desktop.
self.layer.cornerRadius = 16.0f;
self.layer.shadowColor = [UIColor darkGrayColor].CGColor;
self.layer.shadowOffset = CGSizeMake(4,4);
self.layer.shadowOpacity = 0.9;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment