SVPullToRefresh icon indicating copy to clipboard operation
SVPullToRefresh copied to clipboard

Infinite scrolling no longer triggered inappropriately when the scroll view's content size is taller than its frame's height.

Open BenMaer opened this issue 10 years ago • 1 comments

On UIScrollView+SVInfiniteScrolling.m's 'scrollViewDidScroll:', scrollOffsetThreshold would calculate a negative value whenever the scroll view's content size was less than the scroll view's frame's height. Under such conditions, infinite scrolling would get triggered when scrolling upwards.

BenMaer avatar Jan 03 '15 04:01 BenMaer

I'm not sure what is your problem but try below code:

Hi I merged #260 code to https://github.com/LawrenceHan/SVPullToRefresh
Because it make more sense to me.
It will solve your problem. Let me know if it's not working in your project.

LawrenceHan avatar May 12 '16 10:05 LawrenceHan