문제

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