fabian
fabian

Reputation: 5463

iOS7: How to create a simple animation?

I was wondering how to build/import an animation in XCode? Do I really need to use SpriteKit? Is there a simple/lightweight solution?

This is my animation (build in Flash)
https://dl.dropboxusercontent.com/u/829184/loading_gabel.swf

Upvotes: 0

Views: 111

Answers (1)

Steve Sahayadarlin
Steve Sahayadarlin

Reputation: 1174

You don't need to use SpriteKit. You can stick with UIAnimation because all you are trying to achieve is rotating the image certain degrees at certain intervals.

Upvotes: 1

Related Questions