---
title: phase
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstouch/phase-swift.property
---

# phase

The current phase of the touch.

## Declaration

```swift
var phase: NSTouch.Phase { get }
```

## Discussion

Discussion See NSTouch.Phase for possible values.

## See Also

### Using Touch Properties

- [identity](appkit/nstouch/identity.md)
- [NSTouch.Phase](appkit/nstouch/phase-swift.struct.md)
- [normalizedPosition](appkit/nstouch/normalizedposition.md)
- [isResting](appkit/nstouch/isresting.md)
