Running AJAX code in Objective C
I am developing a native application for iPhone. I would like 开发者_JS百科to know if I can able to execute AJAX code in Objective C.
Thanks! Nilesh
As from word AJAX the meaning is Asynchronous JavaScript and XML
So you need asynchronous HTTP library to fetch JSON/XML from remote server.
Take a look at these
- ASIHTTPRequest http://allseeing-i.com/ASIHTTPRequest/
- RestKit http://restkit.org/
精彩评论