如何检查 NSXmlParser 解析完成?
在我的项目中,我正在使用 Web 服务并解析来自另一个类中的 Web 服务的数据,并在 tableView 中显示这些数据,它同步工作得很好,但是 我尝试异步实现它,但它没有显示数据,尽管已收到数据,因为当我在模拟器上重新启动应用程序时,它会显示在控制台上,如果我等到在控制台上显示,它会显示是否有任何方法可以检查数据可显示在 tableView 上,以便我可以重新加载 tableview 来显示数据
In my project I am consuming web services and parsing data from web services in another class and showing this data in a tableView it works absolutely fine in synchronously but
I have tried to implement it a asynchronously and it is not showing data although data has been received as it is showing on Console when I restart the app on simulator it will show if I wait it until to show on console is there any way to check data is available to show on tableView so as I can reload tableview to display data
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在类中使用 NSXMLParserDelegate ,您可以通过以下委托方法找到它
If you use the NSXMLParserDelegate in your class you can find it out through the following delegate method