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?
Answered by lupinglade in 620990022
NSPathControl is what you're looking for. IIRC it's quite customizable.
Accepted Answer
NSPathControl is what you're looking for. IIRC it's quite customizable.
How a path bar like Xcode implemented?
 
 
Q