New for iPhone dev. Can someone tell me why
-(IBAction) handleTapGesture:(UIGestureRecognizer *) sender { CGPoint *tapPoint = [sender locationInView:imageView]; NSLog(@"tapped"); }
gives me an error (for a CGPoint string):
incompatible types during initialization
source share