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
Post a Comment