Skip to content

Instantly share code, notes, and snippets.

@srdanrasic
Created February 19, 2017 13:45
Show Gist options
  • Save srdanrasic/0c00441391c4d6cf0d9a81252c109814 to your computer and use it in GitHub Desktop.
Save srdanrasic/0c00441391c4d6cf0d9a81252c109814 to your computer and use it in GitHub Desktop.
extension ViewController {
public class Authentication: UIViewController {
public let usernameTextField = UITextField()
public let passwordTextField = UITextField()
public let loginButton = UIButton()
public override func viewDidLoad() {
super.viewDidLoad()
// setup subviews and layout
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment