Custom UIScrollView Animation
问题 I am using a UIScrollView with a list of buttons made to look much like a UIPickerView. I have just implemented shake to shuffle, where upon detection of a shake I set the content offset of the UIScrollView to the position of the randomShuffle using the following. [Singlescroll setContentOffset:CGPointMake(jumpX, jumpY+randShuffle*sepValue) animated:YES]; Instead of just moving the content offset to the random position that matches a button I would like to implement a shuffle animation where