简体   繁体   中英

How do I post TouchXML library in iOS 5?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM