Last Updated: February 25, 2016
·
587
· uzysjung

Don't forget NextResponder

- (void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
[self.nextResponder touchBegan:touches withEvent:event];
}
  • send touchevent to superview.