I need guidance in how to animate small 2d things such as, for example, a character that simply remains blinking. Are SpriteKit
and cocos2d
"too much" to implement this sort of things? I'm not planning to make a game, I just want to mix standard iOS controls with artwork performing simple animations like the mentioned, but maybe I'll need to make more elaborate animations in a near future (a character running, for example). Should I use Core Animation
framework for this? Or maybe another and better alternative?
I'll support iOS 7.0+
Thanks in advance