Skip to content

Instantly share code, notes, and snippets.

@josh-marasigan
Last active June 13, 2020 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josh-marasigan/5d78e7cfabb4ba3767a27922ff8a3604 to your computer and use it in GitHub Desktop.
Save josh-marasigan/5d78e7cfabb4ba3767a27922ff8a3604 to your computer and use it in GitHub Desktop.
let frame1 = CGRect(x: 20, y: 250, width: 157.5, height: 157.5)
let view1 = UIView(frame: frame1)
let frame2 = CGRect(x: 197.5, y: 250, width: 157.5, height: 157.5)
let view2 = UIView(frame: frame2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment