Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. override func layoutSubviews() {
  2. super.layoutSubviews()
  3. cardView.layer.shadowPath = UIBezierPath(rect: cardView.bounds).CGPath
  4. }
  5.  
  6. "V:|-marginV-[card]-marginV-|"
  7. "H:|-marginH-[card]-marginH-|"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement