I've added a breakpoint in the first line of scrollViewDidEndScrollingAnimation InfiniteTableView.m to check if the method is called. Seems that it doesn't. I've also made my own delegate with -(void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView method which works as supposed. You might consider using a different UIScrollViewDelegate method.
I've added a breakpoint in the first line of
scrollViewDidEndScrollingAnimationInfiniteTableView.m to check if the method is called. Seems that it doesn't. I've also made my own delegate with-(void)scrollViewDidEndDecelerating:(UIScrollView *)scrollViewmethod which works as supposed. You might consider using a different UIScrollViewDelegate method.