views:

13

answers:

0

here is code

UITouch *touch = [touches anyObject];

    if([touch tapCount] == 2)
    {
        NSLog(@"f");

    }

Its working sometime and not most of the times.