<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableRowView/drawDraggingDestinationFeedback(in:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTableRowView(im)drawDraggingDestinationFeedbackInRect:"
  },
  "title" : "drawDraggingDestinationFeedback(in:)"
}
-->

# drawDraggingDestinationFeedback(in:)

Draws the row’s dragging destination feedback when the entire row is a drop target.

```
func drawDraggingDestinationFeedback(in dirtyRect: NSRect)
```

## Parameters

`dirtyRect`

The rectangle that requires drawing.

## Discussion

Overriding this method allows an application to draw custom dragging destination feedback when the entire row is a drop target.

This method only is called if [`isTargetForDropOperation`](/documentation/AppKit/NSTableRowView/isTargetForDropOperation) is <doc://com.apple.documentation/documentation/Swift/true>, and is only drawn based on the properties set, such as the group row style.

---

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)