aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/SimpleiOSApp/iPhone/AppDelegate_iPhone.m
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/SimpleiOSApp/iPhone/AppDelegate_iPhone.m')
-rw-r--r--experimental/SimpleiOSApp/iPhone/AppDelegate_iPhone.m10
1 files changed, 5 insertions, 5 deletions
diff --git a/experimental/SimpleiOSApp/iPhone/AppDelegate_iPhone.m b/experimental/SimpleiOSApp/iPhone/AppDelegate_iPhone.m
index dcf14f21a8..11334281ca 100644
--- a/experimental/SimpleiOSApp/iPhone/AppDelegate_iPhone.m
+++ b/experimental/SimpleiOSApp/iPhone/AppDelegate_iPhone.m
@@ -16,12 +16,12 @@
#pragma mark -
#pragma mark Application lifecycle
-- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
-
+- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
+
// Override point for customization after application launch.
-
+
[self.window makeKeyAndVisible];
-
+
return YES;
}
@@ -36,7 +36,7 @@
- (void)applicationDidEnterBackground:(UIApplication *)application {
/*
- Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
+ Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
If your application supports background execution, called instead of applicationWillTerminate: when the user quits.
*/
}