MMAccountViewController Class Reference
| Inherits from | UITableViewController |
| Conforms to | MMDetailViewController MMRegistrationPopoverDelegate UIPopoverControllerDelegate UITextFieldDelegate |
| Declared in | MMAccountViewController.h MMAccountViewController.m |
Tasks
Other Methods
-
emailAddressFieldproperty -
givenNameFieldproperty -
surnameFieldproperty -
updatedPasswordFieldproperty -
confirmPasswordFieldproperty -
defaultCityproperty -
defaultLocalityproperty -
changePasswordButtonproperty -
updateLocationButtonproperty -
navigationPaneBarButtonItemproperty -
locationPopoverControllerproperty -
– updatePassword: -
– updateDefaultLocation: -
– logout:
Other Methods
Properties
changePasswordButton
Button to update your password
@property (nonatomic, weak) IBOutlet UIButton *changePasswordButtonDeclared In
MMAccountViewController.hconfirmPasswordField
Confirm New Password View
@property (nonatomic, weak) IBOutlet UITextField *confirmPasswordFieldDeclared In
MMAccountViewController.hdefaultCity
Default Location View
@property (nonatomic, weak) IBOutlet UITextField *defaultCityDeclared In
MMAccountViewController.hdefaultLocality
Province Field
@property (nonatomic, weak) IBOutlet UITextField *defaultLocalityDeclared In
MMAccountViewController.hemailAddressField
Email Adress field
@property (nonatomic, weak) IBOutlet UITextField *emailAddressFieldDeclared In
MMAccountViewController.hgivenNameField
First Name View
@property (nonatomic, weak) IBOutlet UITextField *givenNameFieldDeclared In
MMAccountViewController.hlocationPopoverController
Reference to the location popover controller.
@property (nonatomic, strong) UIPopoverController *locationPopoverControllerDeclared In
MMAccountViewController.hnavigationPaneBarButtonItem
Button to pull out list on left side when in portrait mode
@property (nonatomic, strong) UIBarButtonItem *navigationPaneBarButtonItemDeclared In
MMAccountViewController.hsurnameField
Last Name View
@property (nonatomic, weak) IBOutlet UITextField *surnameFieldDeclared In
MMAccountViewController.hInstance Methods
didSelectCity:
- Send the selected value of the city from
- (void)didSelectCity:(NSString *)cityDiscussion
the popover view controller to the parent
view controller.
*
- @param city The city that was selected.
Declared In
MMRegistrationPopoverDelegate.hdidSelectProvince:
- Send the selected value of the province from
- (void)didSelectProvince:(NSString *)provinceDiscussion
the popover view controller to the parent
view controller.
*
- @param province The province that was selected.
Declared In
MMRegistrationPopoverDelegate.hlogout:
Logs the current user out.
- (IBAction)logout:(id)senderDiscussion
@param sender
Declared In
MMAccountViewController.h