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

# resignFocus()

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

## Declaration

```swift
func resignFocus()
```

## Discussion

Discussion Call this method when you no longer want to receive crown events in the current crown sequencer. If the user taps a picker object or a scrollable scene in your interface, the system automatically removes the focus from any active crown sequencer.

## See Also

### Managing the Focus

- [focus()](watchkit/wkcrownsequencer/focus().md)
