UIScrollView pauses NSTimer until scrolling finishes

Posted by frezned on Stack Overflow See other posts from Stack Overflow or by frezned
Published on 2009-03-03T03:40:54Z Indexed on 2010/04/30 4:27 UTC
Read the original article Hit count: 250

Filed under:
|
|

While a UIScrollView (or a derived class thereof) is scrolling, it seems like all the NSTimers that are running get paused until the scroll is finished.

Is there a way to get around this? Threads? A priority setting? Anything?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiscrollview