I have a touchesmoved method that moves a ball depending on the position of the user's touch. How can I stop the ball from being dragged after the user gets a "Game Over".
Example - An NSTimer will be cancelled by calling [NSTimer invalidate]. How can I do that but with a touchesmoved method?