Skip to content

Commit

Permalink
Fix per pull request BradLarson#2099.
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLarson committed Apr 3, 2016
1 parent 9b02aa8 commit bff9f45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
self.window.backgroundColor = [UIColor whiteColor];

rootViewController = [[SimpleImageViewController alloc] initWithNibName:nil bundle:nil];
[self.window addSubview:rootViewController.view];
[self.window setRootViewController:rootViewController];

[self.window makeKeyAndVisible];
return YES;
Expand Down

0 comments on commit bff9f45

Please sign in to comment.