How to create an timeline on iPhone
问题 I am trying to create an inifite timeline in my iPhone app to scroll through time. I think I am going to use a UIScrollView to do that but I am not sure how to do that. Am I supposed to create a reusable queue of views from scratch with views containing the days/months/years and reuse them when they go out of the screen ? (I have in mind the reusable cells from the tableviews). Maybe there is a better way to do that ? Thanks for your help ! 回答1: As far as I know, UIScrollView doesn't have