Reputation: 5463
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
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