我如何告诉我的 uitableviewcontroller 在异步套接字中重新加载数据

发布于 2024-12-06 19:56:28 字数 198 浏览 1 评论 0原文

当我单击 tableViewController 中的按钮来获取数据时,我正在使用 cocoaAsyncSocket 我想在函数 didReadData 中调用我的 tableView 的 reloadData 。 应该如何获取我的 tableView 的引用? 请告诉我,我是否应该使用 appDelegate、单例或只是将其作为参数发送。或者如果我的设计全部都是错误的。 谢谢

I'm using cocoaAsyncSocket when i click on a button in my tableViewController to fetch the dat
I want in the function didReadData to call reloadData of my tableView.
how should get the reference of my tableView ?
please tell me, if i should use appDelegate, singletons or simply send it as a parameter. or if my design all together is wrong.
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

圈圈圆圆圈圈 2024-12-13 19:56:28

我会考虑让您的套接字类发送表视图控制器侦听的 NSNotification。

I would consider having your socket class send a NSNotification which the table view controller listens to.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文