Share via


UITextSelectionDisplayInteraction.DidMoveToView(UIView) Method

Definition

Method that is called after the interaction is added to the provided view.

[Foundation.Export("didMoveToView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidMoveToView(UIKit.UIView? view);
[<Foundation.Export("didMoveToView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidMoveToView : UIKit.UIView -> unit
override this.DidMoveToView : UIKit.UIView -> unit

Parameters

view
UIView

The view that now contains the interaction.

Implements

Attributes

Applies to