Inherits from NSObject
Declared in ForgeApp.h
ForgeApp.m

Overview

ForgeApp is a singleton that allows global access to various useful objects and methods

Tasks

Properties

appConfig

appConfig dictionary

@property NSDictionary *appConfig

Declared In

ForgeApp.h

appDelegate

Forge app delegate

@property ForgeAppDelegate *appDelegate

Declared In

ForgeApp.h

inspectorEnabled

Whether the inspector module is enabled – used to enable extra debug events

@property BOOL inspectorEnabled

Declared In

ForgeApp.h

viewController

Forge view controller

@property ForgeViewController *viewController

Declared In

ForgeApp.h

webView

Main webView used for Forge

@property UIWebView *webView

Declared In

ForgeApp.h

Class Methods

sharedApp

Access shared singleton

+ (ForgeApp *)sharedApp

Declared In

ForgeApp.m