Closed mafua closed 11 years ago
Thanks for the information! I'll have a look at this next week. I'll keep you posted!
I have the same issue and I think I know why is going on.
The problem is that we have multi touch enabled (for swipe actions) and we release some objects while there is a finger touching one of them ... so there is no object when the SPTouchProcessor tries to call the event in the object.
I hope this will help.
I tried again with the stable version and works great ...
Since __weak is unavailable in MRC, I'd suggest just having SPTouch retain its target in the same way UITouch retains the target view.
Great, it works !!!! ;-)
racarone, is this going to be in Gamua / Sparrow-Framework or only in Sparrow-S ?????
It will make it into Sparrow soon =)
Nice! =)
That should work now -- it's now retained, just as in Sparrow 1.x. Thanks to both of you! Mafuá, please try out if that fixes your issue.
Will do!
Cheers, hcabral
I may have found a little casualty in master. I have an SPImage that handles touch events like this:
And my container, a class that extends SPSprite also handles touch events (for swipes, for example):
Anyways, I get this error 50% of times, and it explodes in SPTouchProcessor.m. I will keep investigating further, but if I use tag v2.0.1, it never happens.