UIPrintInteraction 委托

定义

一个委托签名,用于返回 UIViewControllerUIPrintInteractionController

public delegate UIKit.UIViewController UIPrintInteraction(UIPrintInteractionController printInteractionController);
type UIPrintInteraction = delegate of UIPrintInteractionController -> UIViewController

参数

printInteractionController
UIPrintInteractionController

调用方 printInteractionController。

返回值

应返回父视图控制器以托管 UIPrintInteractionController。 如果值为 null,则使用默认行为。

适用于