简体   繁体   中英

Sample iOS apps that consume RESTful web service

有谁知道使用RESTful网络服务的示例iOS应用程序吗?

you could try http://mobile.tutsplus.com/tutorials/iphone/restkit_ios-sdk/

Although this uses a third party library

Use ASSIHTTPRequest framework.... its quite easy and reliable... you just need to create request object, set the verb and request data and send it... it works for both synchronous and asynchronous calls...

cheers

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM