SVPullToRefresh icon indicating copy to clipboard operation
SVPullToRefresh copied to clipboard

fix bug: when did load more , infiniteView just stop [self.activityIndic...

Open CyonLeu opened this issue 10 years ago • 2 comments

fix bug: when did load more , infiniteView just stop [self.activityIndicatorView stopAnimating] ,

but not resetScrollViewContentInset; otherwise the state is SVInfiniteScrollingStateLoading should setScrollViewContentInsetForInfiniteScrolling.

CyonLeu avatar Feb 05 '15 12:02 CyonLeu

After loading more, we should resetScrollViewContentInset;

CyonLeu avatar Feb 05 '15 12:02 CyonLeu

Created a pull request in https://github.com/LawrenceHan/SVPullToRefresh I will merge it after discusses with you.

LawrenceHan avatar May 12 '16 10:05 LawrenceHan