How is it possible to implement infinite scrolling with UIScrollView when calling setContentOffset: on UIScrollView halts the scrolling? Every time i reach end of my offset, I call this to make go back to the beginning of my offset but calling this causes the scrolling to stop.
Thanks,