I’m new in objective C and I’m having problems to find this.
My app is going to be: 1) user introduces a parameter, and 2) my app returns the data in a list.
I have to do this using a website, but i don’t know how to know do the request, and then how to pick up and parse the info.
How can I start??
I think that you can handle the filter parameter in the server with a cgi or php, in the app, make the request and get the response.
Note: dataWithContentsOfURL is synchronous, so if you want async, take a look at Grand Central Dispatch.