UIScrollView with “Circular” scrolling

后端 未结 4 2087
挽巷
挽巷 2020-12-03 00:18

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

4条回答
  •  时光取名叫无心
    2020-12-03 00:45

    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.

提交回复
热议问题