Search code examples
iphoneobjective-cuiscrollviewcycle

How to make uiscrollview's content in cycle?


I want to make content of uiscrollview to be run in cycle. In other words, I mean when we move to the top and try to access the previous then the last content of the scrollview should be displayed AND if I am on last content and try to access next then first content should be display. I want to achieve infinite scrolling in uiscrollview

Is it possible in objective-c iPhone?

Please tell me any tutorial link or the code to do this.

Thanks in advance.


Solution

  • I found the answer of my question here http://iosdevelopertips.com/user-interface/creating-circular-and-infinite-uiscrollviews.html

    It helped me in my project