views:

67

answers:

1

Is there an open source implementation of a breadcrumb navigation for the Cocoa framework? Those path bars seem to gain more attraction these days (used in Transmit or Instinctiv) but the implementations I found are closed source.

+4  A: 

Check out @Perspx's PXNavigationBar. The source is available on Github.

You may also want to check out NSPathControl.

Dave DeLong