如何在 iOS 5 中发布 TouchXML 库?
我想解析一些完整的XML文件,所以我计划使用TouchXML库(代码)
我使用了最新的ARC 环境下的 XCode iOS 5 版本。但我的项目已经在非 ARC 环境中运行。如何在非 ARC 环境中转换 TouchXML 类,这些类应该在 iOS 5 中工作。如何在 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 iOS5,您不必使用 ARC。
如果您使用 ARC,则使用 ARC 分支。
如果您不使用 ARC,则使用主分支。
With iOS5 you don't have to use ARC.
If you use ARC then use the ARC branch.
If you don't use ARC then use the main branch.
您可以在此处下载 Touch XML 的非 ARC 版本。
https://github.com/TouchCode/TouchXML
You can download non-ARC version of Touch XML here.
https://github.com/TouchCode/TouchXML
我也一直在使用 TouchXML,直到发现 RaptureXML。如果您实际上并不写入 XML,而只是解析和使用,那么 Rapture 就轻量得多。
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.