I\'ve playing around with recognizing the touches in an iOS Application, and I have this simple code
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent
Try removing any Gesture Recognizers you have on that view. They can interfere with touchesEnded.
touchesEnded