在 UIViewController、GDataXML 中显示解析 XML 的结果
我用 GDataXML 解析了 XML,但现在我需要在 UILabel 中显示结果,我正在使用 UIViewController。 提前致谢。
i parsed a XML with GDataXML but now i need display the result in a UILabel, i'm working with a UIViewController.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先检查您是否按照要求获取了准确的数据。
我们有检索值的方法:
获取字符串中的相应值,
打印该值进行交叉检查
然后显示在标签上
First check wether u r getting the exact data as per requirement..
we have the methods to retrieve the value:
get the corresponding value in a string, as
print the value for cross check
then display on label