Lines Matching refs:application
19 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)laun…
21 // Override point for customization after application launch.
29 - (void)applicationWillResignActive:(UIApplication *)application {
31 …application is about to move from active to inactive state. This can occur for certain types of te…
37 - (void)applicationDidEnterBackground:(UIApplication *)application {
39 … user data, invalidate timers, and store enough application state information to restore your appl…
40 …If your application supports background execution, called instead of applicationWillTerminate: whe…
45 - (void)applicationWillEnterForeground:(UIApplication *)application {
52 - (void)applicationDidBecomeActive:(UIApplication *)application {
54 …tasks that were paused (or not yet started) while the application was inactive. If the application…
59 - (void)applicationWillTerminate:(UIApplication *)application {
61 Called when the application is about to terminate.
70 - (void)applicationDidReceiveMemoryWarning:(UIApplication *)application {