UIDocumentInteractionControllerDelegate.ViewControllerForPreview Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- controller
- UIDocumentInteractionController
Returns
Implements
- Attributes