How to make infinite scroll view in iPhone?

前端 未结 7 1017
无人共我
无人共我 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:42

    Here is a short explanation of solution I used to do it.

    Lets say you have counter from 0 - 9, then, when you make transition 9 -> 0, you actually spoof another 0 (call it 0') after 9 (in scrollView), make animated transition to 0' and than make non-animated instant transition to 0 that stands on top of scrollView.

提交回复
热议问题