iPhone: How to send a HTTP request to a web service using Xcode

前端 未结 4 829
灰色年华
灰色年华 2021-02-02 03:03

How to send a HTTP request to a web service using Objective-C ? I need to fetch some data from my MySQL DB, so I need to send the request so I could fetch the data.

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-02 03:59

    Following is a lot of very famous library you can use for request

    ASIHTTPRequest

    AFNetwork

    MFNetwork

    You can search it in google, download in github or, yes, of course, why don't use Cocoapods. that's the best thing when i compare objective-c with other language.

    Good luck

提交回复
热议问题