通过保持父视图静态来移动对象 (UIButton) 通过圆形路径
每次单击任何按钮时,如何将一些按钮移动到圆形路径(使用圆形 UIView 的中心)45 度?你可以说它就像慢跑轮一样。
How do I move some buttons into a circular path (using the center of an circular UIView) by 45 degree each time any of the buttons is clicked? You can say it's just like JOG WHEEL.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CAKeyframeAnimation
。animation.path
属性。CGPathRef
that contains the path along which you want to animate the view.CAKeyframeAnimation
.animation.path
property.