Inherits from NSObject
Declared in MMStaticDataHelper.h
MMStaticDataHelper.m

Overview

A helper singleton that retrieves key-value pairs from Resources/Data/StaticData.plist. Place any sort of static data, such as URLs that are non-region related.

Class Methods

sharedDataHelper

Retrieves the singleton instance for this class.

+ (MMStaticDataHelper *)sharedDataHelper

Return Value

The singleton instance.

Declared In

MMStaticDataHelper.h

Instance Methods

getAboutURL

Retrieves the URL for the About page on mymenuapp.ca.

- (NSString *)getAboutURL

Return Value

The URL of the About page.

Declared In

MMStaticDataHelper.h

getSelectedTabBarImageNames

Retrieves an array of image names that correspond to the selected images for the tab bar.

- (NSArray *)getSelectedTabBarImageNames

Return Value

An array of image file names.

Declared In

MMStaticDataHelper.h