<!--
{
  "availability" : [
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKCrownDelegate/crownDidBecomeIdle(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(pl)WKCrownDelegate(im)crownDidBecomeIdle:"
  },
  "title" : "crownDidBecomeIdle(_:)"
}
-->

# crownDidBecomeIdle(_:)

Called when the user stops rotating the crown.

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

## Parameters

`crownSequencer`

The crown sequencer object reporting the change.

## 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:)`](/documentation/WatchKit/WKCrownDelegate/crownDidRotate(_:rotationalDelta:)) method.

## See Also

[`isIdle`](/documentation/WatchKit/WKCrownSequencer/isIdle)

A Boolean value indicating whether the crown is at rest.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)