UIDisplayLink 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
15:23 UTC
Read the original article
Hit count: 340
Title is quite self explanatory, but I have some animation being done in a loop triggered by UIDisplayLink. 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