Before initiating the transition, default.png slides down and I can see the status bar from the simulator screenshot.
self.nav = [[UINavigationController alloc] initWithRootViewController:[[[MainMenu alloc] init] autorelease]];
self.window.rootViewController = [[[LaunchImageTransition alloc] initWithViewController:self.nav animation:UIModalTransitionStyleCoverVertical delay:1.0] autorelease];