I'm working on very simple game. Everything is working. I've only question about performance and memory. I'm moving bird from left to right. The bird waves his wings in 3 positions.
What's better solution regarding speed, performance, memory:
- animate uiview changing 3 complete pictures with bird and wing in differnet positions
- create bird background and animate single wing image using CALayer animation
Thanks for replies:) Alex
UPDATE: and what about more complex animations ??