通过点击按钮来旋转 UIImageView,每种方式?
我一直在寻找解决方案。
我想通过点击来旋转 ImageView (每一步 45 度) 我希望它能够双向旋转,所以如果我向右点击两步,我希望它能够向后点击两步,
有人可以帮助我提供一些代码、教程、参考或文档吗...?
预先非常感谢你们,你们永远是最棒的!
I've been searching for a solution to this..
I want to rotate a ImageView (45 degrees with each step) with the tap of a
I want it to rotate each way, so if I tap two steps right, I want it to be able to tap two steps back a.s.o.
Can anyone help me with som code, tutorial, reference or documentation...?
Thank you so much in advance, you guys are always the best!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 CGA仿射变换旋转
You can use CGAffineTransformRotate