Last active
          February 8, 2016 06:24 
        
      - 
      
- 
        Save danstepanov/bfb201fa50f4ddd8443f to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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