How to fetch data from web in iOS?
I want to create an application send an request like "http://www.mysiteabc.com/api.php?email=emailtologin@gmail.com&password=123321" and read data return from a web. Any开发者_开发技巧body can show me how to do this. Thanks
Check out the extensive documentation, and pay particular attention to NSURLConnection.
精彩评论