<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITableViewDelegate/tableView(_:didUnhighlightRowAt:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UITableViewDelegate(im)tableView:didUnhighlightRowAtIndexPath:"
  },
  "title" : "tableView(_:didUnhighlightRowAt:)"
}
-->

# tableView(_:didUnhighlightRowAt:)

Tells the delegate that the highlight was removed from the row at the specified index path.

```
optional func tableView(_ tableView: UITableView, didUnhighlightRowAt indexPath: IndexPath)
```

## Parameters

`tableView`

The table view that removed the highlight from the cell.

`indexPath`

The index path of the row that had its highlight removed.

## Discussion

---

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)