Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Created May 11, 2020 16:21
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 stevencurtis/f205170dbea0ebaaae5587c50b92df9b to your computer and use it in GitHub Desktop.
Save stevencurtis/f205170dbea0ebaaae5587c50b92df9b to your computer and use it in GitHub Desktop.
originView
let originView = UIView(frame: CGRect(x: 0, y: 0, width: 100, height: 100))
originView.backgroundColor = .red
self.view.addSubview(originView)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment