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
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?
The text was updated successfully, but these errors were encountered:
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 inaddPushGestureRecognizer
I change parameterfor
atregisterInteractiveTransition
to.users
. After successful showing.user
, dismiss cause that app turn black. Any idea how to fix this?The text was updated successfully, but these errors were encountered: