UIScrollView Infinite Scrolling

前端 未结 10 1884
伪装坚强ぢ
伪装坚强ぢ 2020-11-27 13:45

I\'m attempting to setup a scrollview with infinite (horizontal) scrolling.

Scrolling forward is easy - I have implemented scrollViewDidScroll, and when the contentO

10条回答
  •  清酒与你
    2020-11-27 13:56

    I've made a subclass of UIScrollView that just does what you want. It just scrolls forever in any directions, even in both directions simultaneously. It supports smooth scrolling and paging scrolling

    https://github.com/vasvf/NPInfiniteScrollView

提交回复
热议问题