Inherits from UIResponder
Conforms to UIApplicationDelegate
Declared in MMAppDelegate.h
MMAppDelegate.m

Overview

  • The application’s delegate. This is an autogenerated file

  • that Apple provides on project creation. See Apple’s documentation

  • on the purpose/function of the application delegate.

Tasks

Properties

locationManager

  • Allows easy access to user’s current
@property (strong, nonatomic) MMLocationManager *locationManager

Discussion

  • location.

Declared In

MMAppDelegate.h

window

  • The main window for the application
@property (strong, nonatomic) UIWindow *window

Declared In

MMAppDelegate.h