I'm trying to add a path bar in my Cocoa desktop app. so How a path bar like Xcode implemented?
!ScreenShot on Github - https://github.com/joelcho/www/blob/master/2020-07-14/a.png?raw=true
I found the related:
NSPathControl - https://developer.apple.com/documentation/appkit/nspathcontrol
DMPathBar - https://github.com/malcommac/DMPathBar
Is there have a system view(control) that can implement this?