开发者

spin the pin game - iphone sdk [closed]

开发者 https://www.devze.com 2023-03-30 19:30 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I need to create a game for a spinn开发者_运维知识库er. Just like attached image.

spin the pin game - iphone sdk [closed]

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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消