ykyouhei / KYDrawerController

Side Drawer Navigation Controller similar to Android
MIT License
622 stars 159 forks source link

Swipe to delete in drawer table view is impossible. #86

Open colincameron opened 7 years ago

colincameron commented 7 years ago

The pan to close gesture recogniser overrides the ability to swipe left to delete items in a table view within the drawer.

There should be an option to disable the pan to close gesture, as implemented in pull request #76.

colincameron commented 7 years ago

New PR #87 submitted which allows panning to close within the drawer to be disabled.