Skip to content

Instantly share code, notes, and snippets.

@DylanLukes
Created September 20, 2010 23:34
Show Gist options
  • Save DylanLukes/588856 to your computer and use it in GitHub Desktop.
Save DylanLukes/588856 to your computer and use it in GitHub Desktop.
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{
for (UITouch* touch in touches){
NSLog(@"Touch in View: %@", [self hitTest:[touch locationInView:self] withEvent:event]);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment