NavigationBar does not display back button and title

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

Answered by Stockton in 695686022

I've resolved this issue upon setting property interactivePopGestureRecognizer?.isEnabled to false, maybe this conflict with my pan gesture

Could you the methods you override ?

Accepted Answer

I've resolved this issue upon setting property interactivePopGestureRecognizer?.isEnabled to false, maybe this conflict with my pan gesture

NavigationBar does not display back button and title
 
 
Q