[Solved] spin the pin game – iphone sdk [closed]


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 😀

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 😀

2

solved spin the pin game – iphone sdk [closed]