I’m a beginner in iOS development, basically an intern at software house. Now my task is to read from an XML file from a URL and implement the contents as a dropdown box in my app. For example, the list of cities of US, or something. I hope you can help me with that.
Looking forward to a reply.
You can use an NSXMLParser.Please refer the thread here for an example.
Hope this helps you.