旋转图钉游戏 - iphone sdk
我需要为旋转器创建一个游戏。就像附图一样。
用户可以旋转图钉,它会根据滑动速度继续旋转。 请让我知道如何实现此功能?
谢谢。
I need to create a game for a spinner. Just like attached image.
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请阅读 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