Re: saving images
Re: saving images
- Subject: Re: saving images
- From: Nick Zitzmann <email@hidden>
- Date: Sat, 21 Jul 2012 10:37:32 -0600
On Jul 21, 2012, at 10:03 AM, H. Miersch wrote:
> i just started a new ios project where i want to download images using NSimage's initwithcontentsofURL: method.
> now i also want to write those images to permanent storage, but how do i do that?
You could always download the data given the URL using NSData, and use the NSData to initialize the image. Then you can just save the NSData to storage.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden