UICollisionBehaviorDelegate.EndedContact Method

Definition

Indicates that the two dynamic items have stopped contacting each other.

[Foundation.Export("collisionBehavior:endedContactForItem:withItem:")]
public virtual void EndedContact (UIKit.UICollisionBehavior behavior, UIKit.IUIDynamicItem firstItem, UIKit.IUIDynamicItem secondItem);
abstract member EndedContact : UIKit.UICollisionBehavior * UIKit.IUIDynamicItem * UIKit.IUIDynamicItem -> unit
override this.EndedContact : UIKit.UICollisionBehavior * UIKit.IUIDynamicItem * UIKit.IUIDynamicItem -> unit

Parameters

firstItem
IUIDynamicItem
secondItem
IUIDynamicItem
Attributes

Applies to