QuickBirdEng / XCoordinator

🎌 Powerful navigation library for iOS based on the coordinator pattern
MIT License
2.27k stars 179 forks source link

how to enable swipe back gesture in navigation controller #30

Closed xavier-lmk closed 6 years ago

xavier-lmk commented 6 years ago

Hi there,

I want to use native swipe back gesture and tried an example project looks like not working. How to get back the swipe back gesture?

pauljohanneskraft commented 6 years ago

Hey - thanks for using XCoordinator, as well as mentioning this issue!

In case you are always using XCoordinator on the feat/v1 branch, there will soon be a fix, which is already provided in https://github.com/quickbirdstudios/RxCoordinator/pull/31. In the future, the interactivePopGestureRecognizer on your navigationController can simply be disabled, if not needed, but is otherwise used to pop a viewController.