Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Black screen after interactive modal dismiss #193

Open
BartlomiejBocian opened this issue Oct 2, 2020 · 1 comment
Open

Black screen after interactive modal dismiss #193

BartlomiejBocian opened this issue Oct 2, 2020 · 1 comment

Comments

@BartlomiejBocian
Copy link

I try to interactivly dismiss modal view controller by gesture recognizer. In example project at UserCoordinator I modify .user flow to return .present(viewController, animation: .modal), .users flow to return .dismiss(animation: .modal) and of course in addPushGestureRecognizer I change parameter for at registerInteractiveTransition to .users. After successful showing .user, dismiss cause that app turn black. Any idea how to fix this?

@ab-zephyr
Copy link

I think dismissal animation could be wrong. You should not add toView to container, just comment it and you will not get black screen? So maybe it's something related to this issue https://stackoverflow.com/questions/25588617/ios-8-screen-blank-after-dismissing-view-controller-with-custom-presentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants