How to print the contents of a UIWebView?
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?
精彩评论