MMRegistrationPopoverDelegate Protocol Reference
Conforms to | NSObject |
Declared in | MMRegistrationPopoverDelegate.h |
Overview
A delegate protocol used by the
MMRegistrationPopoverViewController
to interact with the
MMRegistrationViewConroller
. The values chosenwithin 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