i use these two functions to detect the user slowly drag and drop on uiview
-(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
-(void) touchesMoved:(NSSet*)touches withEvent:(UIEvent*)event
however, how can i use these two methods to detect user actually flick(quick flip) uiview ?
how can i distinguish flick from drag?
thanks a lot for your help!
justicepenny