Inherits from UIViewController
Declared in RegisterViewController.h
RegisterViewController.m

Properties

accessPassword

@property (weak, nonatomic) IBOutlet UITextField *accessPassword

accessPasswordText

@property (weak, nonatomic) IBOutlet UILabel *accessPasswordText

agreeToTerms

@property (weak, nonatomic) IBOutlet UISwitch *agreeToTerms

controlsEnabled

@property (weak, nonatomic) IBOutlet UISwitch *controlsEnabled

emailAddress

@property (weak, nonatomic) IBOutlet UITextField *emailAddress

name

@property (weak, nonatomic) IBOutlet UITextField *name

password

@property (weak, nonatomic) IBOutlet UITextField *password

Instance Methods

alertView:clickedButtonAtIndex:

Standard iOS Alert Box button handlers

- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex

Parameters

alertView

The Alert View

buttonIndex

Index to the button that was clicked

Declared In

RegisterViewController.m

didReceiveMemoryWarning

Standard iOS delegate for handling memory warnings

- (void)didReceiveMemoryWarning

Declared In

RegisterViewController.m

onClickHelp:

Handler for the Help button

- (IBAction)onClickHelp:(id)sender

Parameters

sender

Sender of the event

Declared In

RegisterViewController.m

onClickSave:

Handler for the Save button

- (IBAction)onClickSave:(id)sender

Parameters

sender

Sender of the event

Declared In

RegisterViewController.m

textFieldShouldReturn:

Standard iOS delegate for keyboard handling in text boxes.

- (BOOL)textFieldShouldReturn:(UITextField *)textField

Return Value

<#return value description#>

Declared In

RegisterViewController.m

touchesBegan:withEvent:

Standard iOS delegate for dismissing keyboard in text boxes.

- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event

Return Value

<#return value description#>

Declared In

RegisterViewController.m

viewDidLoad

Load and initialize the Controller for the Register View

- (void)viewDidLoad

Declared In

RegisterViewController.m