Detecting double tap in UIScrollView
- by william-hu
Hi, i searched much, the main way is subclass, override
-(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event
{
}
but i use NSL(@"") in this method to display the times ,but can't work ,who can give me a way to detect double click in detail.thank you so much!