AirPrint 的 Objective-C 代码
如何在 Objective-C 中使用 IBAction 方法使用 AirPrint 打印 UITextView?
How can make a IBAction method for printing a UITextView with AirPrint in objective-c?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查是否可以打印:
单击按钮后打印:
最初由 '87vert' 在 iPhone Dev SDK 发布: Airprint 教程 - 简单打印文件
Check whether printing is available:
Print after button click:
Originally posted by '87vert' at iPhone Dev SDK: Airprint Tutorial - Simple Print File
以下方法使用要打印的文件的名称以及您希望显示airprint 弹出窗口的条形按钮代码。
它对我有用,我确信会有帮助
The following method uses the name of the file to be printed and also the bar button code from where you want the airprint popup to be shown.
It works for me and im sure will be helpfull