summaryrefslogtreecommitdiff
path: root/navit/iphone/downloader/Classes/DownloaderAppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'navit/iphone/downloader/Classes/DownloaderAppDelegate.m')
-rw-r--r--navit/iphone/downloader/Classes/DownloaderAppDelegate.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/navit/iphone/downloader/Classes/DownloaderAppDelegate.m b/navit/iphone/downloader/Classes/DownloaderAppDelegate.m
index ff8a093a8..51b0d3705 100644
--- a/navit/iphone/downloader/Classes/DownloaderAppDelegate.m
+++ b/navit/iphone/downloader/Classes/DownloaderAppDelegate.m
@@ -19,10 +19,10 @@
#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.
-
+
// Set the navigation controller as the window's root view controller and display.
self.window.rootViewController = self.navigationController;
[self.window makeKeyAndVisible];
@@ -41,7 +41,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.
*/
}