Created
February 3, 2017 13:43
-
-
Save DonMag/73b9f12fe5088ebd45852a358e8f85dc 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
| 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