Skip to content

Interactive Pop Gesture

Grigorii Lutkov edited this page Apr 19, 2021 · 1 revision

Back gesture for UINavigationController has greater priority then swipe gesture for LGSideMenuController. But if you want different behaviour, you can disable interactivePopGestureRecognizer

navigationController.interactivePopGestureRecognizer.isEnabled = false
Clone this wiki locally