Hi,
I'm trying to build a scrolling view that works sort of like a slot machine. When the user presses a button, I want the view to start scrolling and scroll for a while, then slow down and land on a result.
Is it possible to do this with a UIScrollView or its derivatives in iOS, or do I need to create the logic from scratch?
A UITableView does most of what I want, except that I need the scrolling action to start by itself, without the user having to swipe on the view.
Thanks,
Frank