-
Notifications
You must be signed in to change notification settings - Fork 19
Fades from your launch image (Default.png) to root view controller. Lets you choose the transition animation and delay.
License
iosdeveloper/LaunchImageTransition
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Just copy both LaunchImageTransition.h and LaunchImageTransition.m to your project. Don't forget to #import LaunchImageTransition.h in your app delegate. Replace self.window.rootViewController = self.viewController; with self.window.rootViewController = [[[LaunchImageTransition alloc] initWithViewController:self.viewController animation:UIModalTransitionStyleCrossDissolve delay:1.0] autorelease]; Animation has to be one of the UIModalTransitionStyles, Delay is optional. Please take a look at the project for an example implementation.
About
Fades from your launch image (Default.png) to root view controller. Lets you choose the transition animation and delay.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published