Skip to content

Instantly share code, notes, and snippets.

@cjinghong
Created November 13, 2017 07:15
Show Gist options
  • Save cjinghong/0bf2f6057bbd91b364d680bd6e4ca06b to your computer and use it in GitHub Desktop.
Save cjinghong/0bf2f6057bbd91b364d680bd6e4ca06b to your computer and use it in GitHub Desktop.
let square = UIView(frame: CGRect(x: 10, y: 10, width: 100, height: 100))
square.backgroundColor = .brown
self.view.addSubview(square)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment