Open octree opened 9 years ago
I think you should add case UIGestureRecognizerStateCancelled: in - (void)panGestureRecognized:(UIPanGestureRecognizer *)panGestureRecognizer
case UIGestureRecognizerStateCancelled:
- (void)panGestureRecognized:(UIPanGestureRecognizer *)panGestureRecognizer
I think you should add
case UIGestureRecognizerStateCancelled:
in- (void)panGestureRecognized:(UIPanGestureRecognizer *)panGestureRecognizer