Hi guys,
I have just started trying to make my own iPhone app after following some examples online and in books.
What I am trying to do is connect to an external API that returns XML. I am then trying to display certain values from the returned XML on screen.
The example I have for connecting to this API uses the curl function in php and sends various variables such as username, password and action.
The question is, how can I replicate this functionality in Objective C?
I've tried Googling this but haven't been very successful.
Any pointers in the right direction would be appreciated.
Thanks
I have just started trying to make my own iPhone app after following some examples online and in books.
What I am trying to do is connect to an external API that returns XML. I am then trying to display certain values from the returned XML on screen.
The example I have for connecting to this API uses the curl function in php and sends various variables such as username, password and action.
The question is, how can I replicate this functionality in Objective C?
I've tried Googling this but haven't been very successful.
Any pointers in the right direction would be appreciated.
Thanks