The most efficient image updating method

Right after some advice, I recommend the most effective method of adding new images to my application.

I need to store 80+ new 300 x 100 pixel images for my application every two weeks.

I am worried that you will have to download these images for a long time in the background.

What is the most efficient way to update and store this image data?

Is the most effective method of simply uninstalling an application update for itunes?

+3
source share
1 answer

you can use SDWebImage and you don’t need to worry about cache, etc.

- UIImageVIew , .

:

UIImageView, - Cocoa Touch + , URL- , URL- !

+1

All Articles