Recipes and Printing
| Last Revision: | Version 1.1, 2011-08-24 Initial version. |
| Build Requirements: | iOS 4.3 SDK |
| Runtime Requirements: | iOS 4.3 or later |
The Recipes sample app lets you browse recipes. This sample adds the ability to print the recipes.
It demonstrates formatting data presented by the application UI in a completely custom way for the printed page.
By subclassing UIPrintPageRenderer, this sample illustrates intermixing custom drawn page content with content drawn by architecture-provided UIPrintFormatters.
In addition to custom page content, it also draws custom page headers, page footers, and page breaks.
© 2011 Apple Inc. All Rights Reserved. (Last updated: 2011-08-24)