here is code
UITouch *touch = [touches anyObject];
if([touch tapCount] == 2)
{
NSLog(@"f");
}
Its working sometime and not most of the times.
here is code
UITouch *touch = [touches anyObject];
if([touch tapCount] == 2)
{
NSLog(@"f");
}
Its working sometime and not most of the times.