Share via


UIDocumentViewForPreview Delegado

Definición

Firma de delegado para obtener el UIView responsable de representar la vista previa de un UIDocumentInteractionController.

public delegate UIKit.UIView UIDocumentViewForPreview(UIDocumentInteractionController controller);
type UIDocumentViewForPreview = delegate of UIDocumentInteractionController -> UIView

Parámetros

controller
UIDocumentInteractionController

Autor de la llamada.

Valor devuelto

UiView responsable de representar la vista previa.

Comentarios

Se usa para establecer el enlace ViewForPreview en UIDocumentInteractionController.

Se aplica a