-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
A Big Bug?! #96
Comments
As Infinite scrolling is triggered with following conditions:
If the height of your table is less than that of the view container, the bouncing up action for dismissing the push refresh label will trigger the Infinite. I add the following code in -(void)scrollViewDidScroll:(CGPoint)contentOffset in UIScrollView+SVInfiniteScrolling.m when I deployed this plugin in my work: -(void)scrollViewDidScroll:(CGPoint)contentOffset{ ... } |
Are you using an empty table view? If so, you'd better set Can you explain how to reproduce such kind of bug in details? |
@krafttuc is right that if your table is empty, then |
It's ok. |
@nameislihong Actually, we are 同胞 |
for(int i=0; i<1; i++)
[self.dataSource addObject:[NSDate dateWithTimeIntervalSinceNow:-(i*90)]];
It will be trigger a Infinite Scrolling Action when pull refresh!
Chines:当下拉刷新时会触发一个Infinite scrolling的动作!
Thank you,it's a great control!
The text was updated successfully, but these errors were encountered: