UIKit.UICollisionBehaviorDelegate: Method Members

The methods of UIKit.UICollisionBehaviorDelegate are listed below. For a list of all members, see the UICollisionBehaviorDelegate Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

BeganBoundaryContact(UICollisionBehavior, IUIDynamicItem, Foundation.NSObject, CoreGraphics.CGPoint)
Indicates that boundary contact has begun between the dynamicItem and the boundaryIdentifier.
BeganContact(UICollisionBehavior, IUIDynamicItem, IUIDynamicItem, CoreGraphics.CGPoint)
Indicates that contact between dynamic items has begun.
EndedBoundaryContact(UICollisionBehavior, IUIDynamicItem, Foundation.NSObject)
Indicates that the dynamicItem has stopped contacting the boundary.
EndedContact(UICollisionBehavior, IUIDynamicItem, IUIDynamicItem)
Indicates that the two dynamic items have stopped contacting each other.