objective c - iPhone: Efficiently downloading images from a URL into iPhone App -


in iphone app , need display images server.

i need download , save urls.

there 20 images need download.

what way out in performance doesnt decrease?

i have tried using nsdata convert images nsdata , saving app takes lots of time.

what more easier , efficient way out?

i recommend using asihttprequest download images asynchronously, , display them when they're ready. using asynchronous interface of class, app can responsive , continue operate while, in background, wait data loaded.

asihttprequest open source , free use: http://allseeing-i.com/asihttprequest/


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -