<!--
{
  "availability" : [
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKInterfaceController/crownSequencer",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKInterfaceController(py)crownSequencer"
  },
  "title" : "crownSequencer"
}
-->

# crownSequencer

The object to use when directly tracking crown events.

```
var crownSequencer: WKCrownSequencer { get }
```

## Discussion

Use the object in this property to monitor crown-related events yourself. You can use this object in an interface that also includes a [`WKInterfacePicker`](/documentation/WatchKit/WKInterfacePicker), but only one of those objects can receive crown events at any given time. For information about how to configure a crown sequencer object, see [`WKCrownSequencer`](/documentation/WatchKit/WKCrownSequencer).

---

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)