I have been writing an app that uses NSXMLParser - and it\'s killing me. Initially I used to make the parser download the feed from the web, and it leaked a lot of memory, and now I read somewhere th
I am using ASIHTTPRequest on the iPhone to make a call to the server, which then sends a response containing a JSON file.I got it working on a basic level, but when I added it to my project, and made
Do anyone have a sample code for implementing image caching using NSURLRequest, NSURLConnection and NSURLRequestReturnCacheDataElseLoad policy?
Hey, I got a little problem with NSURLConnection, my customcell class has a function that will load it\'s image with URLConnection. I call that function when the cell is being drawn and the problem co
I am writing an application which downloads very much JSON data from the internet. My app needs to parse this JSON data and afterwards return the retrieved objects to a self-made delegate.
I\'m in the process of trying to move code from a UITableViewController class to a \"helper\" class. The code utilizes NSURLConnection to grab and parse JSON and then populate an NSMutableArray.
Some people strongly prefer asihttprequest ASIHTTPRequest vs NSURLConnection Reasons can be listed (not full)
My friend saw my code, a part is get a plist data from URL And he told me not to use Synchronous,Use ASynchronous
I am trying to access data from web services created for the project I have been working on. I am creating a string to create a request
There\'s a delegate in NSURLConnection \"- (void)connectionDidFinishLoading:(NSURLConnection *)connection\"开发者_开发问答