Is there a way to use NSPathControl or something equivalent in SwiftUI on Mac?
NSPathControl in SwiftUI?
As far as i know In SwiftUI, there isn't a direct equivalent to NSPathControl from AppKit. However, you can use NSPathControl within a SwiftUI app by leveraging NSViewRepresentable, which allows you to integrate an AppKit view into a SwiftUI view hierarchy.
Thanks
Sairam Agireeshetti