So I need to decide which iOS XML Parser to use for my new app. I will be downloading large documents from a website and parsing them into TableView cells as well as normal views. So it needs to be quick and easy to use.
Also, I would like the ability to parse the document, while downloading. So if I am scrolling in a tableView - I don't want to UI to lock up due to XML Parsing?
I guess I could use GDC to use overcome this?
I looked at TBXML and the libxml2 SAX XML parsers.
Any ideas?
Thanks guys.
p.S: I realise this is a duplicate question - However I wanted to see if TBXML was still used or now deprecated like the ASIHTTPRequest network API (Where AFnetworking is used now)