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

# WKCrownDelegate

A collection of methods you can implement to track the user’s interaction with the digital crown, receiving notifications when the user rotates the crown or when rotation stops.

```
protocol WKCrownDelegate : NSObjectProtocol
```

## Topics

### Receiving Crown Events

[`crownDidRotate(_:rotationalDelta:)`](/documentation/WatchKit/WKCrownDelegate/crownDidRotate(_:rotationalDelta:))

Called when the user rotates the crown.

[`crownDidBecomeIdle(_:)`](/documentation/WatchKit/WKCrownDelegate/crownDidBecomeIdle(_:))

Called when the user stops rotating the crown.



---

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)