I would like to know if there is a way to parse XML and display needed content on a UIWebView. Previously, I was using NSXMLParser to parse the XML and display it on a UITableView but the performance gets affected really badly when the XML has a huge chunk of data in it.
It would be great if someone could help me out in this.
It would be great if someone could help me out in this.