iphone - Read a .txt file from the web - Objective-C -


in iphone app, how can download .txt file web, , it's contents nsstring. instance, text file located @ http://www.somewebsite.com/textfile.txt

then want is:

if(user has internet connection)    nsstring *textfile = download text file http://www.somewebsite.com/textfile.txt else   nslog(@"user has no internet"); 

can show me code this?

check out library download files via http: http://allseeing-i.com/asihttprequest/


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -