AppDelegate Class Reference

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

Other Methods

  window

@property (strong, nonatomic) UIWindow *window

Other Methods

– application:didFinishLaunchingWithOptions:

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions

– applicationWillResignActive:

- (void)applicationWillResignActive:(UIApplication *)application

– applicationDidEnterBackground:

- (void)applicationDidEnterBackground:(UIApplication *)application

– applicationWillEnterForeground:

- (void)applicationWillEnterForeground:(UIApplication *)application

– applicationDidBecomeActive:

- (void)applicationDidBecomeActive:(UIApplication *)application

– applicationWillTerminate:

- (void)applicationWillTerminate:(UIApplication *)application