Share via


UICollisionBehaviorDelegate_Extensions.EndedBoundaryContact Method

Definition

Indicates that the dynamicItem has stopped contacting the boundary.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void EndedBoundaryContact(this UIKit.IUICollisionBehaviorDelegate This, UIKit.UICollisionBehavior behavior, UIKit.IUIDynamicItem dynamicItem, Foundation.NSObject? boundaryIdentifier);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member EndedBoundaryContact : UIKit.IUICollisionBehaviorDelegate * UIKit.UICollisionBehavior * UIKit.IUIDynamicItem * Foundation.NSObject -> unit

Parameters

dynamicItem
IUIDynamicItem
boundaryIdentifier
NSObject

The identifier of the boundary collided with. If null, the collision was with the reference boundary.

This parameter can be null.

Attributes

Applies to