Skip to content

Instantly share code, notes, and snippets.

@abrahamjso
Created May 24, 2012 05:07
Show Gist options
  • Save abrahamjso/2779593 to your computer and use it in GitHub Desktop.
Save abrahamjso/2779593 to your computer and use it in GitHub Desktop.
metodos Touch iOS
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
- (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
- (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment