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?

有帮助吗?

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top