gpt4 book ai didi

ios - UIPopoverController 委托(delegate)在解散时没有被调用

转载 作者:技术小花猫 更新时间:2023-10-29 10:33:42 24 4
gpt4 key购买 nike

我将 popover 对象分配给它的 contentViewController,并将关闭代码放在位于内容 View Controller 中的按钮中。

按下按钮时:

 [self.popover dismissPopoverAnimated:YES];

被调用,popover 被关闭。但是,不会自动调用委托(delegate)的方法。我以为我没有设置它的委托(delegate),但它就在那里。如果我在 dismissPopoverAnimated 行之后添加以下行,委托(delegate)将被正确调用...

 [self.popover.delegate popoverControllerDidDismissPopover:self.popover];

我不明白为什么它不“自动”调用委托(delegate)的方法。怎么会这样?

最佳答案

当使用“dismissPopoverAnimated:”时,委托(delegate)中的 popoverControllerDidDismissPopover: 不会被调用。

来自Apple Documentation对于 popoverControllerDidDismissPopover:UIPopoverControllerDelegate 中:

The popover controller does not call this method in response to programmatic calls to the dismissPopoverAnimated: method. If you dismiss the popover programmatically, you should perform any cleanup actions immediately after calling the dismissPopoverAnimated: method.

关于ios - UIPopoverController 委托(delegate)在解散时没有被调用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21075923/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com