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 was archived by the owner on Jun 16, 2021. It is now read-only.
If I call dismiss(animated: false) the animation does not complete properly and the underlying view is left in the state it is in when behind the modal.
Is this meant to work?
The text was updated successfully, but these errors were encountered:
In order to perform required visual changes, I need access to UIViewControllerContextTransitioning which is not available anywhere I can see except inside the animateTransition(using transitionContext: UIViewControllerContextTransitioning) which is not called because previously mentioned animationController(...) APIs are not called.
Any way to build that context manually..?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I call
dismiss(animated: false)
the animation does not complete properly and the underlying view is left in the state it is in when behind the modal.Is this meant to work?
The text was updated successfully, but these errors were encountered: