9

enter image description here 1. How to Create a Slide-Out Navigation Panel in ios

Akshay
  • 425
  • 1
  • 5
  • 16
  • possible duplicate http://stackoverflow.com/questions/7989020/whats-the-best-way-to-develop-a-sideswipe-menu-like-the-one-in-facebooks-new-i – Amar Oct 30 '13 at 12:36

3 Answers3

8

One of the best sliding panels, that also supports UIKit Dynamics was created by Eric Horacek and it is called MSDynamicsDrawerViewController. It is available on GitHub.

There are many other open source libraries available online. Pick the one that suits your needs the best.

All you have to do, is read the documentation and embed the library in your project.

Legoless
  • 10,942
  • 7
  • 48
  • 68
2

Its not a difficult thing to create that. there is a lot of source code available on git. you can use SWRevealViewController REFrostedViewController

or you can follow this tutorial Create Facebook like navigation, ios-Slide Out Navigation

Rohit
  • 1,189
  • 12
  • 23
0

Itisn't a hard task once i found this tutorial, there are various other methods too followed as in Dribble. But the easiest method is to follow this tutorial. http://www.appcoda.com/ios-programming-sidebar-navigation-menu/ Thanks to APPCODA..

mahadeer
  • 1
  • 1