Guest User

Untitled

a guest
Dec 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. let x = ...
  2. let y = ...
  3. let width = ...
  4. let height = ...
  5. let overlay = UIView(frame: CGRect(x: x, y: y, width: width, height: height))
  6. view.addSubView(overlay)
Add Comment
Please, Sign In to add comment