开发者

Need help regarding printing UIView to paper printer [closed]

开发者 https://www.devze.com 2023-02-10 18:17 出处:网络
Closed. This question needs 开发者_运维问答to be more focused. It is not currently accepting answers.
Closed. This question needs 开发者_运维问答to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 5 years ago.

Improve this question

i want to print UITableView and UITextView to the paper printer.. what is the procedure to do that using UIPrintInteractionController

thanx in advance


You can only print image or PDF type data using UIPrintInteractionController.

I guess you should draw PDF of your UITableView or UITextView separate and then can print out using UIPrintInteractionController. Use the following guide to generate PDF Generating PDF Content

0

精彩评论

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