Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想按照手指的路径旋转圆圈。如果我的手指移动得更快,那么圆圈必须旋转得更快。如果我慢慢地移动我的手指,圆圈一定会变慢。圆的运动也必须平稳。我该如何实施?请给我任何帮助。
如果您使用 UIPanGestureRecognizer,您可以获得识别器的 Velocity 属性,然后您可以在旋转代码(glRotate 或 smth else)中使用它的值来校正角度。