Need help regarding printing UIView to paper printer [closed]
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 questioni 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
精彩评论