My iPhone app crashes when I try to create an NSURLRequest object. However, I know the url object I\'m using is correct. Code and console log are both below. Any advice?
I\'m developing my first iPhone app that downlaods some JSON data and presents it in a series of UITableView. I have a fundamental question about the place in the code where I should put the NSURLRequ
My NSMutableURLRequest is sending the strings twice to PHP. What am I doing wrong? - (void)viewDidLoad {
I want to build a simple web service that outputs JSON to test a parser on iPhone. I have considered using public apis like twitter etc but I want to use a custom JSON text for a small proof of conce
I have a problem in that I am trying to background load a sound file while the user moves around a UIScrollView... The problem is that I am using NSURLRequest so I can load in the background, but even
When I make a request to a particular website, I get the XML response as desired on the simulator but I get a redirect page on the device.I think this is because it is detecting that I am using a mobi
NSURL *url = 开发者_如何学编程[NSURL URLWithString:escapedUrlString]; NSString *responseString = [NSString stringWithContentsOfURL:url encoding:NSUTF8StringEncoding error:nil];
Can any one of you post the code snippet, example tutorial on handling the multiple NSURLConnections from the same viewController using cocoa Touch framework....
I am building an iPhone app the retrieves a file from an IIS7 server. I\'m using a plain old NSURLRequest to retrieve this file. The request works fine if I use another web server, but for some reason
I am working on an image heavy iPad app. We implemented our own table view-esque control which reuses UIImageViews as a user scrolls the screen. To reduce network calls and make it perform better, I i