Skip to content

Instantly share code, notes, and snippets.

@kennylugo
Created April 27, 2017 02:28
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 kennylugo/aab0fb9fe3c0bbd2c7b3f68968d42a53 to your computer and use it in GitHub Desktop.
Save kennylugo/aab0fb9fe3c0bbd2c7b3f68968d42a53 to your computer and use it in GitHub Desktop.
//Shadows
view.layer.shadowColor = UIColor.black.cgColor
view.layer.shadowOpacity = 0.7
view.layer.shadowOffset = CGSize.zero
view.layer.shadowRadius = 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment