我正在尝试在ios中进行拖动。如果拖动移动的距离很短,我将通过比较起始x、y(从touchesBegan开始)与touchesEnd中的x、y来将拖动计为单击事件。似乎touchesEnd永远不会被调用。我设置了一个断点来验证它,断点从未消失。code:-(void)touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{NSUIntegertouchCount=[touchescount];NSUIntegertapCount=[[touchesanyObject]tapCount];[selfUpdateDrag];}-(void