SVPullToRefresh icon indicating copy to clipboard operation
SVPullToRefresh copied to clipboard

When contentsize < scrollview size infinite scroll gets triggered when doing pull to refresh

Open ir-fuel opened this issue 11 years ago • 1 comments

The fix:

Line 197 UIScrollView+SVInfiniteScrolling.m

    CGFloat scrollOffsetThreshold = MAX(scrollViewContentHeight-self.scrollView.bounds.size.height,0);

ir-fuel avatar Apr 07 '14 15:04 ir-fuel

resolve my problem.

jfl913 avatar Jan 27 '15 06:01 jfl913