FullScreenAnimations
FullScreenAnimations copied to clipboard
Make the animation duration customizable
Please help to make the animation duration customizable instead of hardcoding it at 3 seconds.
You can do this in the SplashViewController.m file at the line: [UIView setAnimationDuration:3.0]; - simply change the integer value for example, I am using 1.5 (value is in seconds).