如何获取 UIImageView 旋转的百分比?
你好,我做了一个可转动的旋钮,但我不确定如何将旋转变成 0 - 100% 的百分比。有谁知道该怎么做?
非常感谢 -泰伊
Hello I made a turnable knob but I am unsure on how to turn the rotation into a percentage 0 - 100%. Does anyone know how to do this?
Much Thanks
-Tay
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您肯定会以度数为基础进行旋转吗?如果您想将度数转换为百分比... 360 / 100 = 每 1% 3.6 度。
例如,270 度/3.6 = 75% 旋转。
但你所做的事情听起来有点奇怪。
Surely you would base rotation in something like degrees? If you want to convert your degrees to a percentage... 360 / 100 = 3.6 degrees per 1%.
So example, 270 degrees / 3.6 = 75% rotation.
But what you're doing sounds a little strange.