I'm making an app and seen that twitter has this style for navigating through views (like iOS UINavigationController):

nav bar

enter image description here

Is there any control that emulates that behavior?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Take a look PXNavigationBar, it features this kind of breadcrumb navigation bar.

However, about this specific type of control, I might be wrong, but I think this is part of the Chameleon project (used by the GitHub for Mac app) and/or TwUI (Twitter for Mac UI).

link|improve this answer
Thanks! This was really useful! – zad0xsis Aug 2 '11 at 16:10
Did you found if it is included in Chameleon or TwUI? – MacTeo Feb 11 at 9:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.