You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I drag UIView slowly, it works well, but when I drag UIView fast enough, draggingStartedBlock doesn't work.
I think the problem is , when - (void)handlePan:(UIPanGestureRecognizer*)sender is called, sender.state is alreay 'UIGestureRecognizerStateChanged' .
I'm not sure and I wonder whether there are some good solutions.
THANK YOU.
The text was updated successfully, but these errors were encountered:
In Demo, FPViewController.m , I use draggingStartedBlock
when I drag UIView slowly, it works well, but when I drag UIView fast enough, draggingStartedBlock doesn't work.
I think the problem is , when
- (void)handlePan:(UIPanGestureRecognizer*)sender
is called,sender.state
is alreay 'UIGestureRecognizerStateChanged' .I'm not sure and I wonder whether there are some good solutions.
THANK YOU.
The text was updated successfully, but these errors were encountered: