Created
April 27, 2017 02:28
-
-
Save kennylugo/aab0fb9fe3c0bbd2c7b3f68968d42a53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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