UIPopover:过滤另一个视图

发布于 2025-01-02 15:21:33 字数 144 浏览 1 评论 0原文

我有一个表格,在单击 UIPopover 的某些按钮(弹出窗口中有几个按钮)后应该过滤和刷新该表格。我已将弹出窗口委托设置为表的视图控制器,但我不知道如何调用 UIPopoverControllerDelegate 来捕获单击按钮的事件,并刷新主表。

谢谢。

I have a table that should be filtered and refreshed after clicking on some button (there are several buttons in the popover) of a UIPopover. I have set the popover delegate to the view controller of the table, but I don´t know how to call the UIPopoverControllerDelegate to capture the event of clicking on the button, and to refresh the main table.

Thanks.

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

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

发布评论

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

评论(1

千年*琉璃梦 2025-01-09 15:21:33

当按钮的任何 ibaction 方法调用重新加载表时

[yourTableView reloadData];

when any ibaction method of a button called reload your table

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