Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are Facebook and Path using an open source library for their root navigation UI?

The latest update to Path includes a root navigation UI that is strikingly similar to the one Facebook included in v4 of their app a few months ago. Is there an open source version of this implementation or did Path build it from scratch? It doesn't appear that Three20 got an update from what I can see in their documentation.

enter image description here

like image 673
bloudermilk Avatar asked Dec 02 '11 03:12

bloudermilk


2 Answers

There are a few people who have achieved this in open source code on github, here is one I found that looks good: https://github.com/mystcolor/JTRevealSidebarDemo

like image 109
mattlangtree Avatar answered Nov 11 '22 15:11

mattlangtree


Try this. it basically replaces a typical uinavigationcontroller and adds that functionality. http://github.com/drunknbass/DNBSwipyNavigationController

like image 24
drunknbass Avatar answered Nov 11 '22 13:11

drunknbass