I have a question, I have read all over the web about how to animate a sprite sheet, but I just wanted to know of a simple way to just load a sprite sheet that has multiple images of lets say a background (so imagine something like the "right corner" the "top banner" and "left corner" of a banner).
How can I display in a uiview the portion of each element (sitting in the sprite sheet) and then place a title over the "top banner" element. Inother words, like a css master would do in htlm for a website?
And do I need to import cococa2s lib inorder to do this or can I do it with native ios sdk?