---
title: "crownDidBecomeIdle(_:)"
framework: watchkit
role: symbol
role_heading: Instance Method
path: "watchkit/wkcrowndelegate/crowndidbecomeidle(_:)"
---

# crownDidBecomeIdle(_:)

Called when the user stops rotating the crown.

## Declaration

```swift
optional func crownDidBecomeIdle(_ crownSequencer: WKCrownSequencer?)
```

## Parameters

- `crownSequencer`: The crown sequencer object reporting the change.

## Discussion

Discussion The crown sequencer calls this method when the crown finally comes to rest. The sequencer calls this method only after one or more calls to the crownDidRotate(_:rotationalDelta:) method.

## See Also

### Related Documentation

- [isIdle](watchkit/wkcrownsequencer/isidle.md)

### Receiving Crown Events

- [crownDidRotate(_:rotationalDelta:)](watchkit/wkcrowndelegate/crowndidrotate(_:rotationaldelta:).md)
