Question

I want to parse some complected XML files, so I have plan to used TouchXML library (code)

I used latest version of XCode iOS 5 in ARC environment. But my project already working in non-ARC environment. How do I convert TouchXML classes in non-ARC environment and those should be work in iOS 5. How do I convert it in iOS 5?

Was it helpful?

OTHER TIPS

You can download non-ARC version of Touch XML here. https://github.com/TouchCode/TouchXML

I was also using TouchXML until I discovered RaptureXML. If you're not actually writing to XML and are just parsing and consuming, Rapture is much more lightweight.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top