Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BenMaer
Copy link

@BenMaer BenMaer commented Jan 3, 2015

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.

…l view's content size is taller than its frame's height.
@LawrenceHan
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants