RegisterViewController Class Reference
| Inherits from | UIViewController |
| Declared in | RegisterViewController.h RegisterViewController.m |
Tasks
Other Methods
-
nameproperty -
emailAddressproperty -
passwordproperty -
controlsEnabledproperty -
agreeToTermsproperty -
accessPasswordTextproperty -
accessPasswordproperty
Other Methods
Instance Methods
alertView:clickedButtonAtIndex:
Standard iOS Alert Box button handlers
- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndexParameters
- alertView
The Alert View
- buttonIndex
Index to the button that was clicked
Declared In
RegisterViewController.mdidReceiveMemoryWarning
Standard iOS delegate for handling memory warnings
- (void)didReceiveMemoryWarningDeclared In
RegisterViewController.monClickHelp:
Handler for the Help button
- (IBAction)onClickHelp:(id)senderParameters
- sender
Sender of the event
Declared In
RegisterViewController.monClickSave:
Handler for the Save button
- (IBAction)onClickSave:(id)senderParameters
- sender
Sender of the event
Declared In
RegisterViewController.mtextFieldShouldReturn:
Standard iOS delegate for keyboard handling in text boxes.
- (BOOL)textFieldShouldReturn:(UITextField *)textFieldReturn Value
<#return value description#>
Declared In
RegisterViewController.m