The best part of Core Animation is the Layer. You may ask the designer to build the graphics in layer and export each as PNG files. Load image as CALayer or UIImageView and do animation for each object. It is the most easiest method for animation in iPhone OS. If you want burning animation, you may have to do your own openGL code that is another story.
The best part of Core
Submitted by water on Thu, 2010-02-04 10:59.The best part of Core Animation is the Layer. You may ask the designer to build the graphics in layer and export each as PNG files. Load image as CALayer or UIImageView and do animation for each object. It is the most easiest method for animation in iPhone OS. If you want burning animation, you may have to do your own openGL code that is another story.