SVPullToRefresh
SVPullToRefresh copied to clipboard
Infinite Scroll Issue
Hi The Infinite scrolling handler passed in 'addInfiniteScrollingWithActionHandler' is only triggered once.
Also faced this issue. [self.feedTableView.infiniteScrollingView stopAnimating]; added to actionHandler did help
https://github.com/LawrenceHan/SVPullToRefresh
Hey guys how did you solve your issue? I got same problem here.