Hi, I use navigationController to push a view controller , by customizing a UINavigationControllerDelegate method which returns a AnimatedTransitioning . This works well .
If I use a gesture , customizing another delegate method which return a InteractiveTransitioning , the view controller and navigationBar are both displayed , but back button and title aren't , although they're really displayed in the debug view hierarchy .
Thanks