You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found a strange thing.
when the touch began,
[self stopAnimationInternally];
[self startAnimation];
are called.
but when touch end, the stopAnimation isn't called...
so the drawView function is always running after touch end.
Why don't stop animation when touch end ???
Original issue reported on code.google.com by
[email protected]
on 9 Jul 2012 at 6:44The text was updated successfully, but these errors were encountered: