我有以下代码用于测试目的:-(void)touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{[selfcustomTouchHandler:touches];}-(void)touchesEnded:(NSSet*)toucheswithEvent:(UIEvent*)event{[selfcustomTouchHandler:touches];}-(void)touchesMoved:(NSSet*)toucheswithEvent:(UIEvent*)event{[selfcustomTouchHandler:touches]