Stack Exchange
Stack Overflow
  • Questions
  • Tags
  • Users
  • About
Stack Overflow
    1. Public
    2. Questions
    3. Tags
    4. Users
    5. About

How to make expandable sliding menu?

Asked Sep 30 '13 at 15:11
Active Sep 30 '13 at 15:37
Viewed 1,695 times
-1

Good day=) How to make a expandable sliding menu looks like http://yadi.sk/d/xsLWlWSrA7qj2 ?

ios slidingmenu
edited Sep 30 '13 at 15:14
rmaddy
  • 314,917
  • 42
  • 532
  • 579
asked Sep 30 '13 at 15:11
Alex Kraev
  • 199
  • 1
  • 12

1 Answers1

1

There are a million and one options for a slide out menu.

You need to do some searching for the one with the specific requirements you have: https://github.com/andreamazz/SlideOutNavigation

https://github.com/edgecase/ECSlidingViewController

https://github.com/pkluz/ZUUIRevealController

https://github.com/gotosleep/JASidePanels

https://github.com/Inferis/ViewDeck

https://github.com/ipup/PPRevealSideViewController

Tutorials http://www.appcoda.com/ios-programming-sidebar-navigation-menu/ http://nickharris.wordpress.com/2012/02/05/ios-slide-out-navigation-code/ http://mobile.tutsplus.com/tutorials/appcelerator/titanium-mobile-create-a-sliding-menu-for-ios/

answered Sep 30 '13 at 15:37
StuartM
  • 6,743
  • 18
  • 84
  • 160