I was wondering how i would get AFNetworking code to visit a link on my web server(PHP Script) and get the response data, and put it into a string?
Could anyone post an example of this?
Thanks alot!
|
I was wondering how i would get AFNetworking code to visit a link on my web server(PHP Script) and get the response data, and put it into a string? Could anyone post an example of this? Thanks alot! |
|||
|
|
|
here is the required code to get response from server using AFNETWorking.Just add AFNetworking Library and the Required frameWorks.After that use the below code.
self.movies is name of mutable Array you can use any name instead of this. Also you can check here |
|||
|
|
|
AFHTTPRequests get passed default NSURLRequest objects. stock ones - no modification for AFNetwork to build THAT see How to add GET parameters to an ASIHttpRequest? |
|||
|
|