Closed iDevid closed 3 years ago
Ok seems that the problem is somewhere else, I'm integrating gradually XCoordinator in an huge application, and for various reason I can't put Xcoordinator anywhere right away. So when switching from an XCoordinator context to one without it, this error appears, because when doing it the first NavigationAnimationDelegate will be deallocated, and so navigationController?.interactivePopGestureRecognizer.delegate became nil
Sometimes when I do the back gesture on a Navigation Controller I get this assertion failure, seems that it depends on
Actually when this happens interactivePopGestureRecognizerDelegate is nil and I didn't set any custom delegate