UIDynamicItemCollisionBoundsType Enum

Definition

Enumerates descriptions of collision boundary geometries for dynamic items.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIDynamicItemCollisionBoundsType
type UIDynamicItemCollisionBoundsType = 
Inheritance
UIDynamicItemCollisionBoundsType
Attributes

Fields

Ellipse 1

Indicates that the collision boundary is an ellipse.

Path 2

Indicates that the collision boundary is a closed path.

Rectangle 0

Indicates that the collision boundary is a rectangle.

Applies to