Drag + Rotation using UIPanGestureRecognizer touch getting off track

后端 未结 2 691
梦如初夏
梦如初夏 2021-01-05 12:35

I am doing some drag and rotation calculations using UIPanGestureRecognizer. The rotation angle is correct, and the drag location is almost correct. The problem is that as y

2条回答
  •  暖寄归人
    2021-01-05 13:14

    Based on touch events https://github.com/kirbyt/KTOneFingerRotationGestureRecognizer

    Helped me to solve similar problem

提交回复
热议问题