I have a UIPickerView on a UIView (which itself is in a UIScrollView that switches between various pages). I have set the pickers values and get the 'selection' messages OK.
However, the only way I can get the picker to rotate is to click on one of the visible options. If I want an option that is not visible, I have to step my way around to it by clicking on the top/bottom-most visible option repeatedly until the one I want comes into view. With other pickers (such as the ones to set the alarm time in the clock app) I can 'flick' on the component and it spins around, gradually slowing down. That is the behaviour I'm trying to achieve.
I can't see any methods in the UIPickerView class or the UIPickerViewDelegate protocol that would let me change this behaviour.
What am I missing?
Thanks
Susan
However, the only way I can get the picker to rotate is to click on one of the visible options. If I want an option that is not visible, I have to step my way around to it by clicking on the top/bottom-most visible option repeatedly until the one I want comes into view. With other pickers (such as the ones to set the alarm time in the clock app) I can 'flick' on the component and it spins around, gradually slowing down. That is the behaviour I'm trying to achieve.
I can't see any methods in the UIPickerView class or the UIPickerViewDelegate protocol that would let me change this behaviour.
What am I missing?
Thanks
Susan