Skip to content

Instantly share code, notes, and snippets.

@danstepanov
Last active February 8, 2016 06:24
Show Gist options
  • Save danstepanov/bfb201fa50f4ddd8443f to your computer and use it in GitHub Desktop.
Save danstepanov/bfb201fa50f4ddd8443f to your computer and use it in GitHub Desktop.
lazy var textField: UITextField! = {
let view = UITextField()
view.translatesAutoresizingMaskIntoConstraints = false
view.borderStyle = .RoundedRect
return view
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment