So I have all the images I need to create a Scroller Dial for the iPhone, but I don’t know how I should animate them.
Basically I have a scroll dial that will essentially act as a UISlider but i’d like it to slow down as it spins.
How can I do something like that or where should I look to learn about these things
Use a UIScrollView. That will decelerate how you want and if you need it to form to a specific “tick”, scroll the contentOffset of the scrollview to the proper tick.