Resize UIImage for UIPrintInteractionController
问题 I'm currently working on a possibility to print the content of a view via Airprint. For this feature I'm creating a UIImage from the view and send it to UIPrintInteractionController. The problem is that the image is resized to the full resolution of the paper and not it's original size (approx. 300x500px). Does anybody know how to create a proper page from my image. Here is the code: /** Create UIImage from UIScrollView**/ -(UIImage*)printScreen{ UIImage* img = nil;