Is there a simple way of disabling or removing all the touch events for the SPImage objects that I have on the stage. I use the following to stop the animations
[self.juggler removeAllObjects];
... but the objects still trigger SPTouchEvents.
Thanks Much,
Mike