Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

iOS 13 splash animation doesn't execute on some versions of Xcode #159

Open
WilliamNHarvey opened this issue Apr 5, 2020 · 0 comments
Open

Comments

@WilliamNHarvey
Copy link

transitionContext.view(forKey: ...) returns nil under some circumstances for iOS 13. There appear to be multiple workarounds

Simplest fix for this app is probably rewriting SplashViewController lines 79-80 as:

        guard let fromView = transitionContext.viewController(forKey: .from)?.view,
            let toView = transitionContext.viewController(forKey: .to)?.view else {
@WilliamNHarvey WilliamNHarvey changed the title iOS 13 animations don't execute on some versions of Xcode iOS 13 splash animation doesn't execute on some versions of Xcode Apr 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant