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.

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

provPicker

  • The UIPickerView for Province Selection
@property (nonatomic, weak) IBOutlet UIPickerView *provPicker

Declared In

MMRegistrationPopoverViewController.h

provinces

  • Provinces the users can choose from
@property (nonatomic, strong) NSArray *provinces

Declared In

MMRegistrationPopoverViewController.h

Instance Methods

selectChoice:

  • Selected choice is registered.
- (IBAction)selectChoice:(id)sender

Discussion

*

  • @param sender

Declared In

MMRegistrationPopoverViewController.h

updateSelectedBirthday

  • Updates the selected birthday
- (void)updateSelectedBirthday

Declared In

MMRegistrationPopoverViewController.h