---
title: "UIPointerShape.path(_:)"
framework: uikit
role: symbol
role_heading: Case
path: "uikit/uipointershape-swift.enum/path(_:)"
---

# UIPointerShape.path(_:)

The pointer morphs into the given Bézier path.

## Declaration

```swift
case path(UIBezierPath)
```

## See Also

### Specifying pointer shapes

- [UIPointerShape.horizontalBeam(length:)](uikit/uipointershape-swift.enum/horizontalbeam(length:).md)
- [UIPointerShape.verticalBeam(length:)](uikit/uipointershape-swift.enum/verticalbeam(length:).md)
- [UIPointerShape.roundedRect(_:radius:)](uikit/uipointershape-swift.enum/roundedrect(_:radius:).md)
