From d02256dc49356e6dc1769cc0fb4737a7f013cbed Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 29 Sep 2012 14:35:29 -0400 Subject: Got RootViewController to show a UIWebView containing the sample Google Maps API site. --- iPhone/AppDelegate_iPhone.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iPhone') diff --git a/iPhone/AppDelegate_iPhone.m b/iPhone/AppDelegate_iPhone.m index 6d9816e..566b8cd 100644 --- a/iPhone/AppDelegate_iPhone.m +++ b/iPhone/AppDelegate_iPhone.m @@ -20,7 +20,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. - RootViewController *rootVC = [[RootViewController alloc] init]; + RootViewController *rootVC = [[RootViewController alloc] initWithNibName:@"RootViewController" bundle:nil]; [window setRootViewController:rootVC]; [window makeKeyAndVisible]; -- cgit v1.2.3