Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Created May 9, 2020 17:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevencurtis/3a307310b66a6965229beb26fba4d714 to your computer and use it in GitHub Desktop.
Save stevencurtis/3a307310b66a6965229beb26fba4d714 to your computer and use it in GitHub Desktop.
myView
let myView = UIView(frame: CGRect(x: 0, y: 0, width: 150, height: 150))
myView.backgroundColor = .red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment