I'm relatively new in iOS development and one of my goals is to communicate with our server and retrieve data from the database.
My question is, how do I add AJAX components/methods in Xcode?
Please forgive my clumsiness but of all the example I've found on the web, they all seem to use AJAX on either web-based apps only, does that mean I have to create a web view within my app to utilize AJAX?
Is there a better/more appropriate method to achieve my goal?