uitableview 委托方法未被调用

发布于 2024-08-26 01:19:44 字数 131 浏览 3 评论 0原文

我遇到的问题是,第一次显示表视图时不会调用表视图方法。 如果我切换回前一个视图,然后单击按钮再次显示表视图,这次将调用这些方法。

我应该说我在加载表格视图时显示了一个操作表。 我在 ViewWillAppear 方法中调用的操作表。

I've got the problem that tableview methods are not called the first time the tableview is shown.
If I switch back to the previous view, and then click the button to show the tableview again, the methods are called this time.

I should say that I show an actionsheet while the tableview is loading.
The actionsheet I call in the ViewWillAppear method.

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

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

发布评论

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

评论(1

谢绝鈎搭 2024-09-02 01:19:44

我通过在关闭操作表后添加 [self.tableView reloadData] 来修复它。我不知道这是否是正确的方法,但它确实有效。

i fixed it by adding [self.tableView reloadData] after dismissing the actionsheet. i don't know if it's the proper way, but it somehow works.

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