Inherits from NSObject
Declared in MMPopoverDataPair.h
MMPopoverDataPair.m

Overview

  • Represents a value that is returned from a MMResgistrationPopoverViewController

Properties

dataType

  • The type of data returned from the popover view controller.
@property (readwrite) MMPopoverDataType dataType

Declared In

MMPopoverDataPair.h

selectedValue

  • The value that was selected in the popover view controller.
@property (readwrite) id selectedValue

Declared In

MMPopoverDataPair.h

Instance Methods

initWithDataType:withSelectedValue:

  • Constructor that creates a data pair that describes the
- (id)initWithDataType:(MMPopoverDataType)dataType withSelectedValue:(id)selectedValue

Discussion

  • data type and the selected value.

*

Declared In

MMPopoverDataPair.h