Skip to content

Instantly share code, notes, and snippets.

@stevenleeg
Last active April 5, 2019 16:28
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 stevenleeg/8a9671c9f3d39c455243 to your computer and use it in GitHub Desktop.
Save stevenleeg/8a9671c9f3d39c455243 to your computer and use it in GitHub Desktop.
let itsATextInput: UITextInput = {
let input = UITextInput()
input.customProperty = "lol"
input.wat = .HelloWorld
// etc...
return input
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment