diff --git a/FSCalendar/FSCalendarAnimator.m b/FSCalendar/FSCalendarAnimator.m index b29e7c7..18c8c5b 100644 --- a/FSCalendar/FSCalendarAnimator.m +++ b/FSCalendar/FSCalendarAnimator.m @@ -87,8 +87,8 @@ return YES; } if (gestureRecognizer == self.calendar.scopeGesture) { - CGPoint velocity = [self.collectionView.panGestureRecognizer velocityInView:self.collectionView]; - BOOL shouldStart = (ABS(velocity.x)