1. How to Create a Slide-Out Navigation Panel in ios
3 Answers
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.
- MasterDetailController
- CCKFNavDrawer
- GHSidebarNav
- MFSideMenu
- ADSlidingViewController
- YASlidingViewController
- ECSlidingViewController
- DDSlidingPanels
- MSSlidingPanelController
All you have to do, is read the documentation and embed the library in your project.

- 10,942
- 7
- 48
- 68
-
-
To create something like the slider of Gmail App, what 2 libraries do you suggest? ( kindly only suggest 2) – mfaani May 17 '16 at 13:15
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

- 1,189
- 12
- 23
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..

- 1
- 1