SVPullToRefresh
SVPullToRefresh copied to clipboard
fix bug: when did load more , infiniteView just stop [self.activityIndic...
fix bug: when did load more , infiniteView just stop [self.activityIndicatorView stopAnimating] ,
but not resetScrollViewContentInset; otherwise the state is SVInfiniteScrollingStateLoading should setScrollViewContentInsetForInfiniteScrolling.
After loading more, we should resetScrollViewContentInset;
Created a pull request in https://github.com/LawrenceHan/SVPullToRefresh I will merge it after discusses with you.