---
title: UIDynamicItemCollisionBoundsType.path
framework: uikit
role: symbol
role_heading: Case
path: uikit/uidynamicitemcollisionboundstype/path
---

# UIDynamicItemCollisionBoundsType.path

Path-based collision bounds. For this type, the shape is a UIBezierPath object stored in the item’s collisionBoundingPath property. See the description of that property for information about how to configure the path itself.

## Declaration

```swift
case path
```

## See Also

### Constants

- [UIDynamicItemCollisionBoundsType.rectangle](uikit/uidynamicitemcollisionboundstype/rectangle.md)
- [UIDynamicItemCollisionBoundsType.ellipse](uikit/uidynamicitemcollisionboundstype/ellipse.md)
