LaunchImageTransition
LaunchImageTransition copied to clipboard
Launch image bounces down
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];
Also seeing this issue both in the simulator and on an iPhone 4. Compiling with iOS 5.1 SDK.