Inherits from UIViewController
Declared in LoginViewController.h
LoginViewController.m

Properties

loginButton

@property (weak, nonatomic) IBOutlet UIButton *loginButton

password

@property (weak, nonatomic) IBOutlet UITextField *password

registerButton

@property (weak, nonatomic) IBOutlet UIButton *registerButton

username

@property (weak, nonatomic) IBOutlet UITextField *username

versionText

@property (weak, nonatomic) IBOutlet UILabel *versionText

Instance Methods

didReceiveMemoryWarning

Standard iOS delegate for handling memory warnings

- (void)didReceiveMemoryWarning

Declared In

LoginViewController.m

onLoginClick:

Handler for the Login button

- (IBAction)onLoginClick:(id)sender

Parameters

sender

The sender of the event

Declared In

LoginViewController.m

textFieldShouldReturn:

Standard iOS delegate for keyboard handling in text boxes.

- (BOOL)textFieldShouldReturn:(UITextField *)textField

Return Value

<#return value description#>

Declared In

LoginViewController.m

viewDidLoad

Load and initialize the Controller for the Log In View

- (void)viewDidLoad

Declared In

LoginViewController.m