---
title: focus()
framework: watchkit
role: symbol
role_heading: Instance Method
path: watchkit/wkcrownsequencer/focus()
---

# focus()

Begins the delivery of crown events to the current crown sequencer.

## Declaration

```swift
func focus()
```

## Discussion

Discussion You must call this method to begin the delivery of crown events to your crown sequencer object. If your interface includes a picker or scrollable scene that is currently receiving crown events, calling this method causes that object to resign focus.

## See Also

### Managing the Focus

- [resignFocus()](watchkit/wkcrownsequencer/resignfocus().md)
