Detecting double tap in UIScrollView
Posted
by william-hu
on Stack Overflow
See other posts from Stack Overflow
or by william-hu
Published on 2010-03-27T08:39:43Z
Indexed on
2010/03/27
8:43 UTC
Read the original article
Hit count: 469
iphone
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!
© Stack Overflow or respective owner