Share via


UIDocumentInteractionControllerDelegate.ViewControllerForPreview Method

Definition

The UIViewController that provides the document preview.

[Foundation.Export("documentInteractionControllerViewControllerForPreview:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIViewController ViewControllerForPreview(UIKit.UIDocumentInteractionController controller);
[<Foundation.Export("documentInteractionControllerViewControllerForPreview:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ViewControllerForPreview : UIKit.UIDocumentInteractionController -> UIKit.UIViewController
override this.ViewControllerForPreview : UIKit.UIDocumentInteractionController -> UIKit.UIViewController

Parameters

Returns

Implements

Attributes

Applies to