In Cocos2d, when enabling touches by using self.isTouchEnabled, I can use a method like this:
-(void)ccTouchesEnded:(NSSet *)touches withEvent:(UIEvent *)event
But, for some reason, this one doesn’t work:
-(void)ccTouchEnded:(UITouch *)touch withEvent:(UIEvent *)event
Why is that?
I haven’t seen your code so I can’t tell but have you registered
How to register :
How to unregister/remove to save memory: