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

PanGestureRecognizer issue #188

Closed techistoner closed 8 years ago

techistoner commented 8 years ago

when u pan from centre to left fast , the SlideNavigationController status is correct,but u slide slow and slide to the side of the screen ,the status is wrong ,the notification is not reach.

techistoner commented 8 years ago

add offset detected in SlideNavigationController.m ->panDetected function : if (currentXOffset < (self.horizontalSize - self.slideOffset)/2) [self closeMenuWithCompletion:nil]; else [self openMenu:(currentX > 0) ? MenuLeft : MenuRight withCompletion:nil]; }