<!--
{
  "availability" : [
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKInterfaceVolumeControl/resignFocus()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKInterfaceVolumeControl(im)resignFocus"
  },
  "title" : "resignFocus()"
}
-->

# resignFocus()

Removes focus from the volume control, causing it to stop receiving input from the Digital Crown.

```
func resignFocus()
```

## Discussion

If the volume control is inside a scrollable view, resigning the focus enables scrolling with the Digital 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)