有没有办法判断 aUIPrintInteractionController
是否正在显示(可能类似于您检查弹出窗口的方式)?
if ([popover isPopoverVisible]) {
//the popover is visible
}
有没有办法判断 aUIPrintInteractionController
是否正在显示(可能类似于您检查弹出窗口的方式)?
if ([popover isPopoverVisible]) {
//the popover is visible
}
看起来您只需要使用UIPrintInteractionControllerDelegate跟踪自己
– printInteractionControllerWillPresentPrinterOptions:
– printInteractionControllerDidPresentPrinterOptions:
– printInteractionControllerWillDismissPrinterOptions:
– printInteractionControllerDidDismissPrinterOptions: