Objective-C
Add the delegate and a text-formatter to the ViewController.h file
@interface ViewController : UIViewController <UIPrintInteractionControllerDelegate> {
UISimpleTextPrintFormatter *_textFormatter;
}
In the ViewController.m file define the following constants
#define Def...