MMRegistrationPopoverViewController Class Reference
Inherits from | UIViewController |
Conforms to | UIPickerViewDataSource UIPickerViewDelegate |
Declared in | MMRegistrationPopoverViewController.h MMRegistrationPopoverViewController.m |
Overview
Registration Popover View Controller class.
Used for popover view elements in the registration page.
Tied to MMRegistrationViewController.
Tasks
-
cities
property -
provinces
property -
gender
property -
cityPicker
property -
provPicker
property -
genderPicker
property -
birthdayPicker
property -
popoverValue
property -
delegate
property -
– updateSelectedBirthday
-
– selectChoice:
Properties
birthdayPicker
- UIDatePicker for birthday.
@property (nonatomic, weak) IBOutlet UIDatePicker *birthdayPicker
Declared In
MMRegistrationPopoverViewController.h
cities
- The Cities the user can choose from
@property (nonatomic, strong) NSArray *cities
Declared In
MMRegistrationPopoverViewController.h
cityPicker
- The UIPickerView for city selection.
@property (nonatomic, weak) IBOutlet UIPickerView *cityPicker
Declared In
MMRegistrationPopoverViewController.h
delegate
- Sets the Delegate for the popover controller
@property (nonatomic, strong) id<MMRegistrationPopoverDelegate> delegate
Declared In
MMRegistrationPopoverViewController.h
gender
- Genders the user can choose from
@property (nonatomic, strong) NSArray *gender
Declared In
MMRegistrationPopoverViewController.h
genderPicker
- The UIPickerView for gender selection.
@property (nonatomic, weak) IBOutlet UIPickerView *genderPicker
Declared In
MMRegistrationPopoverViewController.h
popoverValue
- Selected value which the user chose, depending on the view
@property (readwrite) MMPopoverDataPair *popoverValue
Declared In
MMRegistrationPopoverViewController.h