I am trying to make \"Circular\" scrolling in my UIScrollView, but unsuccessful.
What I want to do: if uiscrollview reaches end, it should move to start if uiscrollv
Apple has a Street Scroller demo that appears to have exactly what you want.
There's also a video from WWDC 2011 that demos their demo. ;) They cover infinite scrolling first in the video.