I\'m attempting to setup a scrollview with infinite (horizontal) scrolling.
Scrolling forward is easy - I have implemented scrollViewDidScroll, and when the contentO
I have made a sample project to solve your problem.
you can download the code from
https://code.google.com/p/iphone-infinite-horizontal-scroller/
this scrolls in both directions endlessly and loads images on the go.