开发者

How to print the contents of a UIWebView?

开发者 https://www.devze.com 2023-03-14 23:43 出处:网络
In Safari, you can print an entire document -- not merely a screenshot -- but there is no mention in the UIWebView class reference of printing...

In Safari, you can print an entire document -- not merely a screenshot -- but there is no mention in the UIWebView class reference of printing...

Has Apple not provided programmers with a 开发者_Go百科means to do what they do in Safari i.e. print an entire document?

Thanks for any insights.


[webView viewPrintFormatter] is the way to go.

Take a look of this tutorial How to print the contents of a UIWebView?

0

精彩评论

暂无评论...
验证码 换一张
取 消