Currently we two storyboards iPad & iPhone.
In order for us to print we generate a PDF from our View. The problem with this is that when we generate the pdf, we are giving tableview.bounds.
In theory is it possible to reference the iPad Storyboard and populate the iPad view and use that view for printing.
since we are generating tableview.bounds it comes out very congested and small on the iPhone. I would really love to use the iPad View if possible.
In order for us to print we generate a PDF from our View. The problem with this is that when we generate the pdf, we are giving tableview.bounds.
In theory is it possible to reference the iPad Storyboard and populate the iPad view and use that view for printing.
since we are generating tableview.bounds it comes out very congested and small on the iPhone. I would really love to use the iPad View if possible.