Share via


IUIInteraction.WillMoveToView(UIView) Method

Definition

Method that is called just before the interaction is added to the provided view.

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

Parameters

view
UIView

The view that will contain the interaction.

Attributes

Applies to