Skip to content

Commit

Permalink
Correction per pull request BradLarson#2213.
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLarson committed Apr 3, 2016
1 parent 0f684b8 commit 08f6d12
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
mainTabBarController.viewControllers = arrayOfViewControllers;
mainTabBarController.selectedViewController = imageFilteringBenchmarkController;

[self.window addSubview:mainTabBarController.view];

self.window.rootViewController = mainTabBarController;
[self.window makeKeyAndVisible];
return YES;
}
Expand Down

0 comments on commit 08f6d12

Please sign in to comment.