You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
guard let fromView = transitionContext.viewController(forKey: .from)?.view,
let toView = transitionContext.viewController(forKey: .to)?.view else {
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
transitionContext.view(forKey: ...)
returns nil under some circumstances for iOS 13. There appear to be multiple workaroundsSimplest fix for this app is probably rewriting SplashViewController lines 79-80 as:
The text was updated successfully, but these errors were encountered: