How can I make uiscrollview infinite in iOS?

后端 未结 8 1331
天涯浪人
天涯浪人 2020-12-08 01:27

I want to scroll like that 1 2 3 1 2 3

I have some buttons suppose 10 which i want to show on endless scroll.

 numbercolors=[[NSMutableArray alloc         


        
8条回答
  •  离开以前
    2020-12-08 02:10

    I've implemented an infinite scroller in swift.
    It's inspired by apple StreetScroller example

    I know is not perfect yet, but I think is a god start point.

    InfiniteVerticalScroller

提交回复
热议问题