New to iPhone dev. Can someone tell me why
-(IBAction) handleTapGesture:(UIGestureRecognizer *) sender {
CGPoint *tapPoint = [sender locationInView:imageView];
NSLog(@"tapped");
}
gives me error (for the CGPoint line):
incompatible types in initialization