gpt4 book ai didi

iphone - 无法使用 AirPrint 显示打印机选项

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

我想将 AirPrint 功能添加到我的 iPad 应用程序

我一直在尝试显示 Apple 的 Drawing and Printing Guide 中描述的打印机选项。

我有工具栏和UIBarButtonItem *printButton。在 Controller 中,我收到 onPrintClick 并尝试通过以下代码显示打印机选项:

UIPrintInteractionController *controller = [UIPrintInteractionController sharedPrintController];
[controller setDelegate:self];
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) {
[controller presentFromBarButtonItem:self.printButton animated:YES
completionHandler:completionHandler];
} else {
[controller presentAnimated:YES completionHandler:nil];
}

请帮忙,因为我什么也没收到:(

最佳答案

您需要设置 printItem/printItems 属性才能使用 AirPrint。

controller.printItem = a URL to PDF or image file;

关于iphone - 无法使用 AirPrint 显示打印机选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4275646/

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