Document Revision History

This table describes the changes to UIKit Printing with UIPrintInteractionController and UIViewPrintFormatter.

DateNotes
2012-12-05

Updated to use storyboards and autolayout.

2012-06-04

Remove dependency on iOS 4.2 SDK; now uses "current" SDK in Xcode. Updated to adopt Objective-C features and conventions including declaration of instance variables in @implementation block and use of private class extensions to declare properties.

2010-10-11

Use the same toolbar autoresizingMask for iPad and iPhone.

2018-06-07

Allow the toolbar's location and width to properly adjust to orientation changes.

 

Demonstrates how to print content contained within a web view in iOS 4.2 or later.