<!--
{
  "availability" : [
    "macOS: 10.12.2 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSScrubberDelegate/didCancelInteracting(with:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(pl)NSScrubberDelegate(im)didCancelInteractingWithScrubber:"
  },
  "title" : "didCancelInteracting(with:)"
}
-->

# didCancelInteracting(with:)

Tells the delegate that a user interaction with the scrubber has been canceled.

```
@MainActor optional func didCancelInteracting(with scrubber: NSScrubber)
```

## Parameters

`scrubber`

The scrubber the user is interacting with.

---

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)