Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i have some animations in my application. For that we are using Sprite sheets as assets. Can anybody suggest the best way to do the image animations using sprite sheets. If you provide some code snippets it will be very useful as i am newbie to this IOS.

share|improve this question

2 Answers

up vote 2 down vote accepted

By Using Cocos2D you can animate sprite sheet images easily.

Try following examples using Cocos2D

http://www.smashious.com/cocos2d-sprite-sheet-tutorial-animating-a-flying-bird/309/ http://www.raywenderlich.com/1271/how-to-use-animations-and-sprite-sheets-in-cocos2d

Try following examples without using Cocos2D

http://www.dalmob.org/2010/12/07/ios-sprite-animations-with-notifications/

http://developer.glitch.com/blog/2011/11/10/avatar-animations-in-ios/

share|improve this answer

Although you can write sprite sheet animation code using default UIKit/CoreAnimation i'd recommend you use third party frameworks like cocos2d where you'll get most of the code out of the box

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.