November 2013
Intermediate to advanced
576 pages
19h 3m
English
After you have created a new UIPrintInteractionController, specified the printInfo and the printFormatter, and created a block to handle any errors that are returned, you can finally print something. Call the method presentAnimated:completionHandler: on the UIPrintInteractionController object using the completion block that was created in the preceding section. This will present the user with the Printer Options view, as shown in Figure 11.3.
[print presentAnimated:YES completionHandler:completionHandler];
Figure 11.3 Print options while printing text with multiple pages on a printer that supports ...
Read now
Unlock full access