gpt4 book ai didi

ios - PopoverPresentationController不会在触摸外部时被解雇

转载 作者:行者123 更新时间:2023-12-01 19:42:20 26 4
gpt4 key购买 nike

我有一个PopoverPresentationController,它从如下按钮显示。

enter image description here

enter image description here

我想在单击外部弹出窗口时关闭此弹出窗口。单击内部弹出窗口时不应关闭它。下面是我的代码。

_popup = [self.storyboard instantiateViewControllerWithIdentifier:@"PopupViewController"];
_popup.modalPresentationStyle = UIModalPresentationPopover;
_popup.popoverPresentationController.sourceView = self.button;
_popup.modalInPopover = TRUE;

[self presentViewController:_popup animated:TRUE completion:nil];

我怎么做?

最佳答案

删除此行:

_popup.modalInPopover = TRUE;

关于ios - PopoverPresentationController不会在触摸外部时被解雇,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53405843/

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