diff --git a/EUMShowTouchWindow.m b/EUMShowTouchWindow.m index 755d729..51b2a07 100644 --- a/EUMShowTouchWindow.m +++ b/EUMShowTouchWindow.m @@ -71,10 +71,7 @@ - (void)sendEvent:(UIEvent *)event CGRect tFrame = touch.viewTouchPointer.frame; tFrame.origin.x = point.x-self.pointerSize.width/2; tFrame.origin.y = point.y-self.pointerSize.height/2; - [UIView animateWithDuration:kAnimationDuration animations:^{ - touch.viewTouchPointer.frame = tFrame; - - }]; + touch.viewTouchPointer.frame = tFrame; } } }