旋转图钉游戏 - iphone sdk

发布于 2024-12-01 17:05:51 字数 145 浏览 0 评论 0原文

我需要为旋转器创建一个游戏。就像附图一样。 在此处输入图像描述

用户可以旋转图钉,它会根据滑动速度继续旋转。 请让我知道如何实现此功能?

谢谢。

I need to create a game for a spinner. Just like attached image.
enter image description here

User can spin the pin and it will keep on spinning according to swipe velocity.
Please let me know how can i achieve this functionality?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倾城°AllureLove 2024-12-08 17:05:51

请阅读 http://www.raywenderlich.com

他非常小心地为学习 iPhone 开发,尤其是动画。您很快就会准备好:D

简而言之,您可以通过三种方法来做到这一点。

  • 使用 Cocos2D

  • 使用 CoreAnimation

  • 使用 UIView 的动画方法,但我更喜欢其他两个解决方案,尤其是 Cocos2D,因为我喜欢它:D

Please read http://www.raywenderlich.com

He has taken a lot of care in creating a great valuable resource for learning iPhone development, animation in particular. You'll be ready in no time :D

In a nutshell, there are three ways you can do this.

  • use Cocos2D

  • Use CoreAnimation

  • Use UIView's animation methods, but I'd favor the other two solutions, especially Cocos2D since I like it :D

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文