Leer en inglés Editar

Compartir a través de


UIDocumentViewController Delegate

Definition

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

C#
public delegate UIKit.UIViewController UIDocumentViewController(UIDocumentInteractionController controller);

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

Producto Versiones
Xamarin iOS SDK 12

See also