diff --git a/iCarousel/iCarousel.m b/iCarousel/iCarousel.m index be33a13f..396c1945 100644 --- a/iCarousel/iCarousel.m +++ b/iCarousel/iCarousel.m @@ -2078,6 +2078,10 @@ - (void)didTap:(UITapGestureRecognizer *)tapGesture [self scrollToItemAtIndex:self.currentItemIndex animated:YES]; } } + else + { + [self scrollToItemAtIndex:self.currentItemIndex animated:YES]; + } } - (void)didPan:(UIPanGestureRecognizer *)panGesture