I\'ve seen a couple of times people using ASIHTTPRequest to download files. Now I开发者_Go百科 wonder why? What are the core benefits over NSURLConnection?There are several reasons. In my mind these a
I\'m trying to test if my authentication code is working by testing it against a pa开发者_JAVA百科ssword protected website. How can I use the built in Apache server on the mac to create a test website
I have an app that uses a segmentedControl. First item is an \"All\" item, where the rest is created from an array based on result from webservice. When \"All\" is selected I want to request all the r
Hi Im a newbie and Im trying to download geocoding data from googleapi webpage. I did it using this: code:
So I have been doing lots of reading and found out NSCache is not persistent which is a slight problem for what I need to do. I have heard that I will need to use Core data instead... but I don\'t hav
I have to do a view update in parts of my application. I\'ve a view with a view controller to manage the graphic parts -- two sliders and other objects.
I have a problem that Im not sure how to tackle. I can without any problem make requests to the REST service when passing a single request.
I have a NSURLConnection that gets data from a JSON web service, and everything works fine. I\'m using it to post something to the server and get a success response.
Now, I\'m trying to upload photo image to Facebook by using FBConnect. I succeeded in uploading image from main thread but, it blocks user interface quite long time.
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_如何转开发Want to improve this question? Update the question so it can be answered with facts and cita