I want to ask a question about the iPhone application. I am writing an iPhone program which can connect to a server. However, I have not ideas which library of functions should I use in order to develop this program. Can anyone help me? Thank you very much.
Share
What exactly are you trying to achieve once you connect to the server?
Do you just want to display a web page? If so then read up on
UIWebViewDo you want to connect to your own back-end server and that supplies data to you client application on the iPhone? If so you should read up on the
NSURLConnectionclass.Read up the iphone documentation for NSURLConnection and UIWebView here.