UIDropInteraction.DidMoveToView(UIView) Method

Definition

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

[Foundation.Export("didMoveToView:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidMoveToView (UIKit.UIView view);
abstract member DidMoveToView : UIKit.UIView -> unit
override this.DidMoveToView : UIKit.UIView -> unit

Parameters

view
UIView

The view to which the interaction moved.

Implements

Attributes

Applies to