UIPrinterPickerControllerDelegate.GetParentViewController Method

Definition

Gets the view controller that is to act as the parent for the printer picker.

[Foundation.Export("printerPickerControllerParentViewController:")]
public virtual UIKit.UIViewController GetParentViewController (UIKit.UIPrinterPickerController printerPickerController);
abstract member GetParentViewController : UIKit.UIPrinterPickerController -> UIKit.UIViewController
override this.GetParentViewController : UIKit.UIPrinterPickerController -> UIKit.UIViewController

Parameters

printerPickerController
UIPrinterPickerController

The printer picker controller that is being displayed.

Returns

A view controller from the interface of your app.

Attributes

Applies to