I am trying to write a code that will grab some information provided by my server (remote), for example request a url that will return data that will be represented in the application after parsing it.
I’ve been trying since 2 days now I googled it i found some incomplete solution but nothing really worked out for me
I am really noob in Xcode and Objective-C
Thanks
Click for the URL-Loading documentation provided by Apple.
Especially
Using NSURLConnectionlooks interesting for you.Edit:
Another very good and easy-to-use Framework for this task is ASIHTTP:
Click
The easiest way:
Asynchronous loading is only slightly more complex: