你们怎么能告诉一下UIPrint InteractionController是否正在显示?
原文:How can you tell if a UIPrintInteractionController is showing?
原文:How can you tell if a UIPrintInteractionController is showing?
Is there a way to tell if a UIPrintInteractionController is showing (maybe similar to the way you would check a popover)? if ([popover isPopoverVisible]) { //the popover is visible }