tags:

views:

134

answers:

0

Hello all,

I have a UIPickerView implemented in one of my pages that depends on the didSelectRow delegate method.

An odd behavior I have noticed is when the user moves a wheel and leaves it between selections, then the wheel will move very slowly to the closest selection. The didSelectRow event will not fire until this is complete, sometimes 3 seconds later.

Is there a way to speed this up, or detect when the wheel is being moved, so I can freeze my interface during this time?