4

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.

Sanchit Paurush
  • 6,114
  • 17
  • 68
  • 107
  • possible duplicate of [UIScrollView. Any thoughts on implementing "infinite" scroll/zoom?](http://stackoverflow.com/questions/1493950/uiscrollview-any-thoughts-on-implementing-infinite-scroll-zoom) – Brad Larson Dec 12 '11 at 19:10

2 Answers2

4

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

Cœur
  • 37,241
  • 25
  • 195
  • 267
Sanchit Paurush
  • 6,114
  • 17
  • 68
  • 107
1

Take a look at the WWDC videos on UIScrollView.

Johan Kool
  • 15,637
  • 8
  • 64
  • 81