Hi,
i have an image in a url which i wanna take and save to the iphone.
i would like to load the image later from the cache.
i saved the image from the url to the iphone (couldn't find a way to save the image as a UIImage so i saved the image as NSData), i wanna get the image by UIImage imageNamed (in order to get cache) but i can't cuz i have to load NSData. i can get the file from the iphone with NSData dataWithContentOfFile but then i won't take it from cache..
any help will be appreciated..
Thanks.
i have an image in a url which i wanna take and save to the iphone.
i would like to load the image later from the cache.
i saved the image from the url to the iphone (couldn't find a way to save the image as a UIImage so i saved the image as NSData), i wanna get the image by UIImage imageNamed (in order to get cache) but i can't cuz i have to load NSData. i can get the file from the iphone with NSData dataWithContentOfFile but then i won't take it from cache..
any help will be appreciated..
Thanks.