-
Notifications
You must be signed in to change notification settings - Fork 19
Open

Description
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];
Metadata
Metadata
Assignees
Labels
No labels