IUIInteraction.WillMoveToView(UIView) Method

Definition

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

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

Parameters

view
UIView

The view that will contain the interaction.

Attributes

Applies to