Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Breadcrumb Navigation For Cocoa

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.

like image 776
Till Theis Avatar asked May 20 '10 20:05

Till Theis


People also ask

How do you use breadcrumb navigation?

Put the Crumbs at the Top: Navigation bars are typically placed at the very top of a website. Because Breadcrumbs work as a secondary navigation aid, it should be placed above the content. The Nielsen Norman group conducted user tests and found that users expect breadcrumbs at the top of the page.

What is a breadcrumb explain with example?

A breadcrumb is a small text path, often located at the top of a page indicating where the user is on the site. On yoast.com, for instance, the path to our Yoast SEO plugin page is Home > WordPress Plugins > Yoast SEO for WordPress. This breadcrumb trail immediately shows you where you are.

What is a breadcrumb menu?

A breadcrumb navigation provide links back to each previous page the user navigated through, and shows the user's current location in a website.

What is breadcrumbs software?

A breadcrumb or breadcrumb trail is a graphical control element used as a navigational aid in user interfaces and on web pages. It allows users to keep track and maintain awareness of their locations within programs, documents, or websites.


1 Answers

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

You may also want to check out NSPathControl.

like image 54
Dave DeLong Avatar answered Oct 04 '22 06:10

Dave DeLong