<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPathCellDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(pl)NSPathCellDelegate"
  },
  "title" : "NSPathCellDelegate"
}
-->

# NSPathCellDelegate

A set of methods that enable the delegate of a path cell object to customize the Open panel or pop-up menu of a path whose style is set to [`NSPathControl.Style.popUp`](/documentation/AppKit/NSPathControl/Style/popUp).

```
protocol NSPathCellDelegate : NSObjectProtocol
```

## Topics

### Customizing the Open Panel

[`pathCell(_:willDisplay:)`](/documentation/AppKit/NSPathCellDelegate/pathCell(_:willDisplay:))

Implement this method to customize the Open panel shown by a pop-up–style path.

### Customizing the Menu

[`pathCell(_:willPopUp:)`](/documentation/AppKit/NSPathCellDelegate/pathCell(_:willPopUp:))

Implement this method to customize the menu of a pop-up–style path.



---

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)