Is Facebook and Path using the open source library for its navigation user interface?

The latest update for Path includes a navigation user interface, which is strikingly similar to Facebook alone, included in v4 of their application a few months ago. Is there an open source version of this implementation, or is the Path building it from scratch? It does not seem that Three20 received an update from what I see in my documentation.

enter image description here

+6
source share
2 answers

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

+9
source

Try it. it basically replaces the typical uinavigation controller and adds this functionality. http://github.com/drunknbass/DNBSwipyNavigationController

+2
source

Source: https://habr.com/ru/post/902896/


All Articles