codevond

Results 1 issues of codevond

This is my code ` if (tap.state == UIGestureRecognizerStateEnded) { CGPoint touchpoint = [tap locationInView:self]; CGRect fishRect = CGRectMake(Tp.x-1, Tp.y-1, 2, 2); NSSet *fishSet = [NSSet setWithObject:self.fishLay.identifier]; NSArray * fishFeatures...