Brian Hammond created CB-9892:
---------------------------------
Summary: Splash screen doesn't fade on iOS
Key: CB-9892
URL: https://issues.apache.org/jira/browse/CB-9892
Project: Apache Cordova
Issue Type: Bug
Components: iOS, Plugin SplashScreen
Affects Versions: 5.3.2
Environment: iOS 9.1
Reporter: Brian Hammond
Priority: Minor
<preference name="FadeSplashScreen" value="true"/>
I certainly haven't seen this actually fade. Digging in, the transition from
the splash screen view to the view controller's view didn't specify a
transition. I used a cross dissolve and got the effect I was looking for.
e.g.
[UIView transitionWithView:self.viewController.view
duration:fadeDuration
options:UIViewAnimationOptionTransitionCrossDissolve
...
Also, the unit of fade duration in the docs is ms but in the code it is seconds.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]