IUIInteraction.DidMoveToView(UIView) Method

Definition

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

[Foundation.Export("didMoveToView:")]
[Foundation.Preserve(Conditional=true)]
public void DidMoveToView (UIKit.UIView view);
abstract member DidMoveToView : UIKit.UIView -> unit

Parameters

view
UIView

The view that now contains the interaction.

Attributes

Applies to