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
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.