How to make infinite scroll view in iPhone?

前端 未结 7 1013
无人共我
无人共我 2021-01-01 00:50

I have a scrollview with 5 image views of width 88.

I want the scrollview to scroll to each image view (Not Pagin

7条回答
  •  情话喂你
    2021-01-01 01:21

    This caused me serious problems for a long time so I really feel your pain. I found this control which should solve your problem: http://www.cocoacontrols.com/platforms/ios/controls/infinitescrollview

    I also considered inserting transitions and disabled scroll so it becomes like a slideshow but either way should work.

提交回复
热议问题