Guest User

Untitled

a guest
Jan 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. // We replace
  2. let rect = CGRect(x: 0, y: 0, width: foregroundButton.bounds.width, height: height)
  3. // by
  4. let rect = CGRect(x: 0, y: foregroundButton.bounds.height - height, width: foregroundButton.bounds.width, height: height)
Add Comment
Please, Sign In to add comment