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
-
citiesproperty -
provincesproperty -
genderproperty -
cityPickerproperty -
provPickerproperty -
genderPickerproperty -
birthdayPickerproperty -
popoverValueproperty -
delegateproperty -
– updateSelectedBirthday -
– selectChoice:
Properties
birthdayPicker
- UIDatePicker for birthday.
@property (nonatomic, weak) IBOutlet UIDatePicker *birthdayPickerDeclared In
MMRegistrationPopoverViewController.hcities
- The Cities the user can choose from
@property (nonatomic, strong) NSArray *citiesDeclared In
MMRegistrationPopoverViewController.hcityPicker
- The UIPickerView for city selection.
@property (nonatomic, weak) IBOutlet UIPickerView *cityPickerDeclared In
MMRegistrationPopoverViewController.hdelegate
- Sets the Delegate for the popover controller
@property (nonatomic, strong) id<MMRegistrationPopoverDelegate> delegateDeclared In
MMRegistrationPopoverViewController.hgender
- Genders the user can choose from
@property (nonatomic, strong) NSArray *genderDeclared In
MMRegistrationPopoverViewController.hgenderPicker
- The UIPickerView for gender selection.
@property (nonatomic, weak) IBOutlet UIPickerView *genderPickerDeclared In
MMRegistrationPopoverViewController.hpopoverValue
- Selected value which the user chose, depending on the view
@property (readwrite) MMPopoverDataPair *popoverValueDeclared In
MMRegistrationPopoverViewController.h