UIPickerView didSelectRow delay
Posted
by Rob Bonner
on Stack Overflow
See other posts from Stack Overflow
or by Rob Bonner
Published on 2010-03-12T02:40:58Z
Indexed on
2010/03/12
2:47 UTC
Read the original article
Hit count: 260
iphone
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?
© Stack Overflow or respective owner