Inherits from UIViewController
Declared in MMMapPopOverViewController.h
MMMapPopOverViewController.m

Overview

Allows us to have a reference to detect a click on the map popovers.

Tasks

Other Methods

Other Methods

Properties

contentView

Content View passed in to resize the view being displayed.

@property (nonatomic, strong) UIView *contentView

Declared In

MMMapPopOverViewController.h

merchant

merchant that the pop over is describing

@property (nonatomic, strong) MMMerchant *merchant

Declared In

MMMapPopOverViewController.h

parentSplitViewController

reference to the navigation controller from the split view

@property (nonatomic, strong) UISplitViewController *parentSplitViewController

Declared In

MMMapPopOverViewController.h

popOverController

Reference to the popover instantiated in the MapDelegate

@property (nonatomic, strong) UIPopoverController *popOverController

Declared In

MMMapPopOverViewController.h

Instance Methods

touchesEnded:withEvent:

Called when user touches in the popover to go to the restaurant page.

- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event

Declared In

MMMapPopOverViewController.m