UIKit.UICollisionBehavior: Property Members

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

See Also: Inherited members from UIKit.UIDynamicBehavior

Public Properties

[read-only]
BoundaryIdentifiersFoundation.NSObject[]. The boundary identifiers to which the collision behavior is associated. Read-only.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
CollisionDelegateIUICollisionBehaviorDelegate. The delegate object that receives events relating to collisions.
CollisionModeUICollisionBehaviorMode. Whether the UICollisionBehavior.Items should collide with boundaries, each other, or both.
[read-only]
ItemsIUIDynamicItem[]. The dynamic items added to this UICollisionBehavior.
TranslatesReferenceBoundsIntoBoundarybool. Creates a set of boundaries based on the bounds of the reference view of the UIKit.UIDynamicAnimator.
WeakCollisionDelegateFoundation.NSObject. The delegate object used to respond to collisions.