Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS horizontal SlideView with vertical menu

Tags:

xcode

ios

menu

nowadays lots of iOS iPhone application got a vertical menu and sliding views.

It looks like this:

enter image description here

I cannot find any examples in Inernet. Need your help, thnx

like image 225
Eugene Trapeznikov Avatar asked Jul 27 '12 05:07

Eugene Trapeznikov


2 Answers

I found it!

https://github.com/edgecase/ECSlidingViewController // ------------active as of Sept, 2014

https://github.com/mikefrederick/MFSideMenu //------------ active Sept, 2014

https://github.com/jeremieweldin/JWSlideMenu // Deprecated

https://github.com/devindoty/DDMenuController // 3 years

https://github.com/pkluz/ZUUIRevealController // link broken

https://github.com/Inferis/ViewDeck // 2 years old

https://github.com/meiwin/MWFSlideNavigationViewController // 3 years old

https://github.com/mystcolor/JTRevealSidebarDemo // discontinued

like image 127
Eugene Trapeznikov Avatar answered Nov 11 '22 08:11

Eugene Trapeznikov


For iPhone you can use this one : ZUUIRevealController

like image 10
parilogic Avatar answered Nov 11 '22 08:11

parilogic