Inherits from UIViewController
Declared in ForgotCredentialsViewController.h
ForgotCredentialsViewController.m

Properties

emailAddress1Edit

@property (weak, nonatomic) IBOutlet UITextField *emailAddress1Edit

emailAddress2Edit

@property (weak, nonatomic) IBOutlet UITextField *emailAddress2Edit

passwordEdit

@property (weak, nonatomic) IBOutlet UITextField *passwordEdit

sendPasswordButton

@property (weak, nonatomic) IBOutlet UIButton *sendPasswordButton

sendUsernameButton

@property (weak, nonatomic) IBOutlet UIButton *sendUsernameButton

usernameEdit

@property (weak, nonatomic) IBOutlet UITextField *usernameEdit

Instance Methods

didReceiveMemoryWarning

Standard iOS delegate for handling memory warnings

- (void)didReceiveMemoryWarning

Declared In

ForgotCredentialsViewController.m

onClickSendPassword:

Handler for the Send Password button

- (IBAction)onClickSendPassword:(id)sender

Parameters

sender

The sender of the event

Declared In

ForgotCredentialsViewController.m

onClickSendUsername:

Handler for the Send Username button

- (IBAction)onClickSendUsername:(id)sender

Parameters

sender

The sender of the event

Declared In

ForgotCredentialsViewController.m

textFieldShouldReturn:

Standard iOS delegate for Text Field keyboard handling

- (BOOL)textFieldShouldReturn:(UITextField *)textField

Parameters

textField

The Text Field

Return Value

Return True

Declared In

ForgotCredentialsViewController.m

viewDidLoad

Load and initialize the Controller for the Forgot Credentials View

- (void)viewDidLoad

Declared In

ForgotCredentialsViewController.m

willAnimateRotationToInterfaceOrientation:duration:

Standard iOS delegate when this view is rotated.

- (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)orientation duration:(NSTimeInterval)duration

Parameters

duration

Duration of orientation

toInterfaceOrientation

Orientation being displayed

Declared In

ForgotCredentialsViewController.m