SkillAgentSearch skills...

LaunchImageTransition

Fades from your launch image (Default.png) to root view controller. Lets you choose the transition animation and delay.

Install / Use

/learn @iosdeveloper/LaunchImageTransition
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars149
CategoryDevelopment
Updated1y ago
Forks19

Languages

Objective-C

Security Score

65/100

Audited on May 11, 2024

No findings