Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Create a Slide-Out Navigation Panel in ios

Tags:

ios

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

like image 620
Akshay Avatar asked Oct 30 '13 10:10

Akshay


1 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.

like image 58
Legoless Avatar answered Oct 08 '22 20:10

Legoless