UIScrollView Infinite Scroll?

2019-02-24 11:48发布

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 track numbers and below the time indicator. I'm assuming it's using UIScrollView and then drawing the subview as they are scrolled into to view. Any tips?

alt text http://www.3dbcreative.com/uploads/wysiwygPro/imgs/4_track_app2.jpg

1条回答
冷血范
2楼-- · 2019-02-24 12:33

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.

查看更多
登录 后发表回答