"Free scrolling" UIScrollView that decelerates/stops at defined locations

Posted by Michael Waterfall on Stack Overflow See other posts from Stack Overflow or by Michael Waterfall
Published on 2010-05-10T09:18:13Z Indexed on 2010/05/10 9:24 UTC
Read the original article Hit count: 329

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about uiscrollview