Guest User

Untitled

a guest
Nov 14th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. let square = UIView(frame: CGRect(x: 10, y: 10, width: 100, height: 100))
  2. square.backgroundColor = .brown
  3. self.view.addSubview(square)
Add Comment
Please, Sign In to add comment