Skip to content

Commit

Permalink
FEATURE Made it so fipping between scenes doesn't offer a jarring whi…
Browse files Browse the repository at this point in the history
…te backdrop for the tranisition.
  • Loading branch information
capttaco committed May 7, 2010
1 parent 4cca5a7 commit d3037ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/BriefsAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(

self.navigationController = [[UINavigationController alloc] initWithRootViewController:controller];
self.navigationController.delegate = self;
self.navigationController.view.backgroundColor = [UIColor blackColor];
[window addSubview:[self.navigationController view]];
[window makeKeyAndVisible];
[controller release];
Expand Down

0 comments on commit d3037ab

Please sign in to comment.