views:

25

answers:

0

I have a uipickerview in an iphone app. If you select one of the components in the view with just a tap (instead of a swipe) the component slowly ticks into the selection position. It behaves the same in the simulator, the iphone and an ipad so it seems like this is a specific behavior. Does anyone know if there's a setting that will make the view snap to the selection instead of slowly rolling to the selection. Also is there a callback that one can get when the selection behavior begins, as opposed to just the pickerView:didSelectRow:inComponent method?