Condividi tramite


UIDocumentViewForPreview Delegato

Definizione

Firma del delegato per ottenere uiView responsabile del rendering dell'anteprima di un UIDocumentInteractionController.

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

Parametri

controller
UIDocumentInteractionController

Chiamante.

Valore restituito

UIView responsabile del rendering dell'anteprima.

Commenti

Usato per impostare l'hook ViewForPreview in UIDocumentInteractionController.

Si applica a