Share via


UIDocumentInteractionControllerDelegate.DidEndPreview Method

Definition

Indicates that the controller has ended its document preview.

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

Parameters

Implements

Attributes

Applies to