UIScrollView Infinite Scroll?

前端 未结 1 859
面向向阳花
面向向阳花 2021-01-20 09:38

Does anyone have any idea how I can go about creating an infinite scroll. A good example of this is in the 4 Track iPhone app. There are scrollable \"wheels\" above the trac

1条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-20 10:25

    Personally, I wouldn't use a UIScrollView - I would just subclass UIView and deal with dragging myself, positioning the UIView subviews as the touch moved events occur.

    0 讨论(0)
提交回复
热议问题