Conforms to NSObject
Declared in MMRegistrationPopoverDelegate.h

Overview

  • A delegate protocol used by the MMRegistrationPopoverViewController

  • to interact with the MMRegistrationViewConroller. The values chosen

  • within the popover view controller can be sent back to the parent

  • view controller.

Instance Methods

didSelectBirthday:

  • Send the selected value of the birthday from
- (void)didSelectBirthday:(NSDate *)birthday

Discussion

  • the popover view controller to the parent

  • view controller.

*

  • @param birthday The date value of the birthday

  •           that was selected.
    

Declared In

MMRegistrationPopoverDelegate.h

didSelectCity:

  • Send the selected value of the city from
- (void)didSelectCity:(NSString *)city

Discussion

  • the popover view controller to the parent

  • view controller.

*

  • @param city The city that was selected.

Declared In

MMRegistrationPopoverDelegate.h

didSelectGender:

  • Send the selected gender from
- (void)didSelectGender:(NSString *)gender

Discussion

  • the popover view controller to the parent

  • view controller.

*

  • @param gender The gender that was selected.

Declared In

MMRegistrationPopoverDelegate.h

didSelectProvince:

  • Send the selected value of the province from
- (void)didSelectProvince:(NSString *)province

Discussion

  • the popover view controller to the parent

  • view controller.

*

  • @param province The province that was selected.

Declared In

MMRegistrationPopoverDelegate.h