Possible Duplicate:
UIScrollView. Any thoughts on implementing “infinite” scroll/zoom?
I have a UIScroll which has eight or so pages. My aim is for them to 'loop' around so that when the user reaches the last page the first page will be the next page (and vice versa) so that the user could scroll through the pages endlessly. What is the best way to achieve this?
I am working from this example from Cocoa with Love.
Any help is greatly appreciated. Thank you.