i want to print UITableView and UITextView to the paper printer.. what is the procedure to do that using UIPrintInteractionController
thanx in advance
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