gpt4 book ai didi

iphone - 如何关闭 AirPrint 弹出窗口?

转载 作者:行者123 更新时间:2023-12-03 18:54:38 24 4
gpt4 key购买 nike

我有一个单例弹出窗口,因此我一次只显示一个弹出窗口。当我执行共享弹出窗口并选择 AirPrint 时,共享弹出窗口会正确消失,并在其位置显示 AirPrint 弹出窗口。

但是,如果我再次按下共享按钮,共享弹出窗口将显示在 AirPrint 弹出窗口的顶部。

我找不到引用 AirPrint 弹出窗口来将其关闭的方法。

一些进一步的信息 - 我在屏幕底部的工具栏上有 UIBarButtonItems,并且在屏幕顶部的导航栏的 rightBarButtonItem 中嵌套了四个 UIBarButtonItems。

屏幕底部的 UIBarButtonItems 可以正确自动关闭 AirPrint 弹出窗口,但顶部的嵌套按钮则不会。

但是如果我知道 AirPrint 弹出窗口的名称,我就可以从顶部按钮的代码中将其忽略。

最佳答案

您无法使用实际的“AirPrint”UIPopoverController。但是,如果您需要以编程方式使其消失,您可以:

[[UIPrintInteractionController sharedPrintController] dismissAnimated:YES];

关于iphone - 如何关闭 AirPrint 弹出窗口?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6434460/

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