aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

canEditRowAtIndexPath not working #166

Closed kalvish21 closed 9 years ago

kalvish21 commented 9 years ago

I"m not able to show the delete button on a row. Is this a known issue?

kalvish21 commented 9 years ago

I realized the problem was this method was removed:

-(BOOL)gestureRecognizer:(UIGestureRecognizer )gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer )otherGestureRecognizer { return YES; }

Was there a reason for this? What were the issues that were experienced with it? Seems to work for me.

aryaxt commented 9 years ago

there is another bug closed related to this, turning that on changes the behavior of gesture recognizer. For instance I don't want swipe to top followed by right to move the menu. If you turn it off/on and play with the menu (sliding open and close) you'll see this behavior, it's really hard to explain