We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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];
The text was updated successfully, but these errors were encountered:
Also seeing this issue both in the simulator and on an iPhone 4. Compiling with iOS 5.1 SDK.
Sorry, something went wrong.
No branches or pull requests
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];
The text was updated successfully, but these errors were encountered: