I\'m attempting to setup a scrollview with infinite (horizontal) scrolling.
Scrolling forward is easy - I have implemented scrollViewDidScroll, and when the contentO
Have a look at this too (the video will give you a quick idea of what it does): http://dev.doukasd.com/2011/04/infinite-scrolling-dial-control-for-ios/
It's not horizontal but it should be useful. I tried what you were suggesting, but setting the content offset never looked right while the scroll view was animating, the animation would always break up.