iphone - Saving remote image to Documents/Images Folder -


i've checked every answer other questions posted here no answers seem work.

im trying save image( e.g http://dl.kr.org/logos/dl-small.gif) on website documents/images folder on iphone.

can paste me code need , i've tried long , small answers none of them work

nsdata *data = [nsdata datawithcontentsofurl:[nsurl urlwithstring:@"http://dl.kr.org/logos/dl-small.gif"]];  nsstring *imagepath = [nsstring stringwithformat:@"%@/dl-small.gif", [nssearchpathfordirectoriesindomains(nsdocumentdirectory, nsuserdomainmask, yes) objectatindex:0]];  [data writetofile:imagepath atomically:no]; 

Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -