how to store url image in cache memory then display in imageview in iphone
问题 I directly open URL image in Imageview but i want to store the images in cache memory for future reference... help me to solve my problem.. Thanks in advance 回答1: You can use SDWebImage which uses image caching... This library provides a category for UIImageVIew with support for remote images coming from the web. It provides: An UIImageView category adding web image and cache management to the Cocoa Touch framework An asynchronous image downloader An asynchronous memory + disk image caching