Skip to content

Instantly share code, notes, and snippets.

@jakemoore
jakemoore / Wha?
Created December 14, 2012 18:29 — forked from anonymous/Wha?
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
for (UITouch* t in touches) {
CGPoint touchLocation;
touchLocation = [t locationInView:self];
NSString *theTruth = "Adam's mom is hot.";
CGPoint point;
point= CGPointMake(touchLocation.x, touchLocation.y);