how to add sprite sheet images to my application in iphone sdk using objective-c?
I want to get number of images from Server? It is very expensive to send request and response for each and every image. So I want to get sprite 开发者_运维问答sheet and I want to add these images for my application . I have no idea how to add those images to my application.Please help me. Thanks in advance.
You need to use Core Graphics, as explained in the answer to this question.
精彩评论