I initiated an async http call to the server in a viewcontroller, but it take long time sometim开发者_开发百科es.
My question is related to this discussion: http://www.cocoabuilder.com/archive/cocoa/202211-how-to-get-nsurl-form-nsurlc开发者_运维问答onnection.html
I\'m trying to download http://www.vesseltracker.com/earth/vesseltrackerlight.kmz but am not getting all the bits and pieces.
When i try to send – initWithRequest:delegate:startImmed开发者_开发技巧iately: message to NSURLConnection from a class method, passing an ad-hoc delegate object, delegate methods never gets called.
everyone I got problem here I need to update a plist data in a period time and I use Tab Bar to switch 2 views
All, I am fairly new to XCode and am trying to get a handle on how to best deal with connection issues when trying to use a WebView.I know there are related questions on SO, but none seem to offer co
I am having a single file with 5 url to download 5 differ开发者_JAVA百科ent files. What I am doing is calling the method which will change the url and make another call to download the file. how shoul
This issue is giving me serious headaches, I don\'t have a clue what\'s going on here. If you don\'t have any experience with the Windows Live network, I ask you to read this anyway, maybe it has noth
to unzip an image file sent after gzipping it on the server side i know i have to use gzopen. i want to know if there is a more direct and simple way to do this with \'compressiontype\' or something
i just wanted to know if this is the right way to check if a send开发者_运维问答synchronousrequest was successful: