"Free scrolling" UIScrollView that decelerates/stops at defined locations
- by Michael Waterfall
I'm trying to emulate the scroll views in a UIPickerView. You can scroll these freely (as opposed to paging in a UIScrollView) but they always decelerate and stop at precise increments, alongside the dates.
Any idea how this is performed? I can't seem to think of a way to implement it.