UIDocumentInteractionControllerDelegate.ViewForPreview 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 UIView to use as the starting point for the animation preview. If null, the preview fades into place.
[Foundation.Export("documentInteractionControllerViewForPreview:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIView ViewForPreview(UIKit.UIDocumentInteractionController controller);
[<Foundation.Export("documentInteractionControllerViewForPreview:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ViewForPreview : UIKit.UIDocumentInteractionController -> UIKit.UIView
override this.ViewForPreview : UIKit.UIDocumentInteractionController -> UIKit.UIView
Parameters
- controller
- UIDocumentInteractionController
Returns
Implements
- Attributes