LoginViewController Class Reference
| Inherits from | UIViewController |
| Declared in | LoginViewController.h LoginViewController.m |
Tasks
Other Methods
-
usernameproperty -
passwordproperty -
loginButtonproperty -
signupButtonproperty -
forgotPasswordButtonproperty -
– onClickLogin:
Other Methods
Instance Methods
didReceiveMemoryWarning
Standard iOS delegate for handling memory warnings
- (void)didReceiveMemoryWarningDeclared In
LoginViewController.monClickLogin:
Handler for the Login button
- (IBAction)onClickLogin:(id)senderParameters
- sender
The sender of the event
Declared In
LoginViewController.msupportedInterfaceOrientations
Standard iOS delegate to get the allowed orientation of the application.
- (NSUInteger)supportedInterfaceOrientationsReturn Value
<#return value description#>
Declared In
LoginViewController.mtextFieldShouldReturn:
Standard iOS delegate for Text Field keyboard handling
- (BOOL)textFieldShouldReturn:(UITextField *)textFieldParameters
- textField
The Text Field
Return Value
Return True
Declared In
LoginViewController.mviewDidLoad
Load and initialize the Controller for the Log In View
- (void)viewDidLoadDeclared In
LoginViewController.mviewWillAppear:
Standard iOS delegate when return from navigation
- (void)viewWillAppear:(BOOL)animatedParameters
- animated
<#animated description#>
Declared In
LoginViewController.mwillAnimateRotationToInterfaceOrientation:duration:
Standard iOS delegate when this view is rotated.
- (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)orientation duration:(NSTimeInterval)durationParameters
- duration
Duration of orientation
- toInterfaceOrientation
Orientation being displayed
Declared In
LoginViewController.m