Created
February 19, 2017 13:45
-
-
Save srdanrasic/0c00441391c4d6cf0d9a81252c109814 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
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