MMRegistrationPopoverDelegate Protocol Reference
| Conforms to | NSObject |
| Declared in | MMRegistrationPopoverDelegate.h |
Overview
A delegate protocol used by the
MMRegistrationPopoverViewControllerto 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 *)birthdayDiscussion
the popover view controller to the parent
view controller.
*
@param birthday The date value of the birthday
that was selected.
Declared In
MMRegistrationPopoverDelegate.hdidSelectCity:
- Send the selected value of the city from
- (void)didSelectCity:(NSString *)cityDiscussion
the popover view controller to the parent
view controller.
*
- @param city The city that was selected.
Declared In
MMRegistrationPopoverDelegate.h