Are there any good step-by-step tutorials for enabling printing from within an iOS 5 application? I have an application that needs to have a basic template (looks like a ticket) that is filled with information from an object and then printed out on a local printer. I’ve read the basic AirPrint items on the iOS developer site but would like to find a good tutorial that puts it all together.
Are there any good step-by-step tutorials for enabling printing from within an iOS 5
Share
What about Apple documents on Drawing and Printing Guide for iOS
http://developer.apple.com/library/ios/documentation/2ddrawing/conceptual/drawingprintingios/drawingprintingios.pdf [PDF]
EDIT:
Specially look for Printing workflow or click this link to the HTML documentation online http://developer.apple.com/library/ios/documentation/2ddrawing/conceptual/drawingprintingios/Printing/Printing.html#//apple_ref/doc/uid/TP40010156-CH12-SW14