how to implement cyclic scrolling on tableview

前端 未结 4 735
走了就别回头了
走了就别回头了 2021-01-04 21:26

Could you please help me with circular scrolling in tableview please.

I want that if I scroll down tableview, the rows should go in the reverse way -- it should app

4条回答
  •  南方客
    南方客 (楼主)
    2021-01-04 21:35

    This is very much difficult to implement. However, take a look at the ScorllingMadness, which shows the demo of nested (cyclic) pages in a scroll-view.

    You need to use the similar kind of trick here as UITableView is a subclass of UIScrollView.

提交回复
热议问题