CADisplayLink stops updating when UIScrollView scrolled

Posted by Tricky on Stack Overflow See other posts from Stack Overflow or by Tricky
Published on 2010-03-26T15:20:09Z Indexed on 2010/03/26 17:13 UTC
Read the original article Hit count: 148

Title is quite self explanatory, but I have some animation being done in a loop triggered by CADisplayLink. However, as soon as I scroll a UIScrollView I have added to my view hierarchy, the animation stops immediately, only to return again when scrolling has completely stopped and come to a standstill....

Anyway to cancel this behaviour?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about cocoa-touch