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?
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?