Skip to content

Commit

Permalink
Fix for iOS 9 and Xcode 7
Browse files Browse the repository at this point in the history
  • Loading branch information
horaceho committed Sep 18, 2015
1 parent 2973f76 commit c1ff8e4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
self.window.backgroundColor = [UIColor whiteColor];

filterNavigationController = [[UINavigationController alloc] init];
[self.window addSubview:filterNavigationController.view];

filterListController = [[ShowcaseFilterListController alloc] initWithNibName:nil bundle:nil];

[filterNavigationController pushViewController:filterListController animated:NO];

[self.window setRootViewController:filterNavigationController];
[self.window makeKeyAndVisible];

return YES;
Expand Down

0 comments on commit c1ff8e4

Please sign in to comment.