Quote:
Originally Posted by smithdale87
Can you explain a bit more about how the UITableview's performance is affected? How are you loading the data into the tableview? You're tableview's performance should be much of an issue if you are doing things correctly.
|
ok so what is happening is that, when the xml contains a huge chunk of data, the iterations to go and parse the xml slows me down a lot.
Hence I was thinking if I can save the xml in my database and then apply a xslt on it and display it as a UIWebView.
I am stuck on how to do this.