ykyouhei / KYDrawerController

Side Drawer Navigation Controller similar to Android
MIT License
621 stars 158 forks source link

Cannot invoke didSelectRow or canMoveRowAt in drawer viewController #144

Open tdermaris opened 5 years ago

tdermaris commented 5 years ago

I use the storyboard implementation and I have a table view controller in drawerController with several options. What happens is that I cannot select or reorder a row in my tableview. I saw the there are two gestures but when I tried gesture.cancelsTouchesInView = false, nothing happened. Am I doing something wrong?