UIDocumentViewController Delegate

Definition

Delegate signature used to pass a UIDocumentInteractionController in callbacks from UIDocumentInteractionController.

public delegate UIKit.UIViewController UIDocumentViewController(UIDocumentInteractionController controller);
type UIDocumentViewController = delegate of UIDocumentInteractionController -> UIViewController

Parameters

controller
UIDocumentInteractionController

A delegate for events raised by UIDocumentInteractionController.

Return Value

The return value from this delegate method should be a UIViewController.

Applies to

See also