UIScrollView-InfiniteScroll
UIScrollView-InfiniteScroll copied to clipboard
Infinite scroll handler never called
Hi, I'll explain you my situation:
- I have a framework where I added UIScrollView-InfiniteScroll with Carthage, where I have a page with a simple table view
- In the same project an example app to test the page and there the scroll works perfectly
- I have a main app where I use the framework (point 1) that provides the page with the infinite scroll and when I try to scroll from the main app the scrolling handler is never called
I checked with the debugger and addInfiniteScroll is called correctly when the table is initialised. Also in the main app (point 3) we have a dependency to UIScrollView-InfiniteScroll but with cocoa pods, but I don't think that's the reason of the problem.
Edit: I tried to add ordersTableView.beginInfiniteScroll(true) snd the automatic scroll works and load the second page, but if I scroll manually it doesn't work. Any Idea about what it can depend on?
Hi,
Can you put a breakpoint around here and see if the extension receives the calls to setContentOffset?
Cheers, Andrej