You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Brian Hammond (JIRA)" <ji...@apache.org> on 2015/10/28 20:08:27 UTC

[jira] [Created] (CB-9892) Splash screen doesn't fade on iOS

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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org