Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. //Shadows
  2. view.layer.shadowColor = UIColor.black.cgColor
  3. view.layer.shadowOpacity = 0.7
  4. view.layer.shadowOffset = CGSize.zero
  5. view.layer.shadowRadius = 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement