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

Problem with reordering cells. #259

Open NikKovIos opened 6 years ago

NikKovIos commented 6 years ago

According to this problem i got the same issue. After some investigation i fixed it with this code.

Same problem, but with SlideNavigationViewController. [SlideNavigationController sharedInstance].enableSwipeGesture = NO;

In new version of SlideNVC i have to move panRecognizer property to interface and make [SlideNavigationController sharedInstance].panRecognizer.cancelsTouchesInView = NO; in my ViewController. – Nik Kov 4 mins ago edit

So, please, could you move a panRecognizer property to the interface?