UIKit.UIPrinterPickerControllerDelegate: Method Members

The methods of UIKit.UIPrinterPickerControllerDelegate are listed below. For a list of all members, see the UIPrinterPickerControllerDelegate Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

DidDismiss(UIPrinterPickerController)
Informs the delegate that the specified printer picker was dismissed.
DidPresent(UIPrinterPickerController)
Informs the delegate that the specified printer picker was displayed and that it is now visible.
DidSelectPrinter(UIPrinterPickerController)
Informs the delegate that a specified printer was selected.
GetParentViewController(UIPrinterPickerController) : UIViewController
Gets the view controller that is to act as the parent for the printer picker.
ShouldShowPrinter(UIPrinterPickerController, UIPrinter) : bool
Asks the delegate whether the specified printer should be included in the picker.
WillDismiss(UIPrinterPickerController)
Informs the delegate that the designated printer picker is about to be dismissed.
WillPresent(UIPrinterPickerController)
Informs the delegate that the designated printer picker is about to be displayed.