How a path bar like Xcode implemented?

I'm trying to add a path bar in my Cocoa desktop app. so How a path bar like Xcode implemented?

!ScreenShot on Github

I found the related:
  1. NSPathControl

  2. DMPathBar

Is there have a system view(control) that can implement this?

Accepted Reply

NSPathControl is what you're looking for. IIRC it's quite customizable.

Replies

NSPathControl is what you're looking for. IIRC it's quite customizable.