LoginViewController
public class LoginViewController : UIViewController
extension LoginViewController: UITextFieldDelegate
                - 
                  
                  
Declaration
Swift
public weak var delegate: LoginViewControllerDelegate? - 
                  
                  
Declaration
Swift
public static func instantiateViewController(delegate: LoginViewControllerDelegate?) -> UIViewController? - 
                  
                  
Declaration
Swift
public override func viewDidLoad() - 
                  
                  
Declaration
Swift
public override func viewWillAppear(_ animated: Bool) 
- 
                  
                  
Declaration
Swift
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) - 
                  
                  
Declaration
Swift
public func textFieldShouldReturn(_ textField: UITextField) -> Bool - 
                  
                  
Declaration
Swift
public func textFieldDidBeginEditing(_ textField: UITextField) - 
                  
                  
Declaration
Swift
public func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool 
      LoginViewController Class Reference