samvermette / SVPullToRefresh

Give pull-to-refresh & infinite scrolling to any UIScrollView with 1 line of code.
http://samvermette.com/314
MIT License
4.82k stars 1.09k forks source link

Configure at which row to initiate infinite scroll handler #217

Open shuaib opened 10 years ago

shuaib commented 10 years ago

Hi,

Is there a way I can configure when the infinite scrolling handler is triggered? That is, instead of a fetch request at last row, lets say I configure it to initiate fetch few rows earlier before the end. If not, is there a way I can disable auto initiation of the fetch request at last row, so I can just instead use the manual trigger?

Thanks.

chlebta commented 8 years ago

@shuaib have you figured how to do it ?

JayMehta711 commented 8 years ago

HI @shuaib have you find out way to call infinite scrolling handler is triggered request earlier ?

fresh83 commented 8 years ago

Would love to know what you guys ended up doing to cause this