在 iPhone 上一键打印
我想在 iPhone 上制作一个应用程序,只需点击按钮即可打印图像。我已经尝试过在线有关 UIPrintInteractionController 的教程,但在我实际打印之前,所有这些教程都会将我带到一个选择页面。我是否可以通过将默认打印作业直接发送到 iOS 可以连接的可用打印机来以编程方式跳过该页面?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不需要。必须使用打印 UI;否则,用户无法更改打印机或设置打印机设置。与台式计算机不同,iOS 中的打印机是暂时的,因此不存在“默认打印机”或一键打印配置的概念。
请参阅绘图和打印指南,了解有关打印应用程序的 UI 期望的更多信息。
No. Using the printing UI is a requirement; otherwise, the user doesn't have a way to change printers or set printer settings. Unlike a desktop computer, printers in iOS are transient, so there's not a notion of a "default printer" or configuration for one-click printing.
See the Drawing and Printing guide for more information about the UI expectations for apps which print.