UIPopover:过滤另一个视图
我有一个表格,在单击 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当按钮的任何 ibaction 方法调用重新加载表时
when any ibaction method of a button called reload your table