Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 337 Bytes

File metadata and controls

9 lines (4 loc) · 337 Bytes

Slide In Drawer Demo

For me this is the most straightforward way of implementing a slide-in menu.

Just make MenuPresentingViewController as the base class of your ViewController, embed it inside a UINavigationController and you're all set.

The SlideInTransition class is taken from https://github.com/gtokman/Slide-In-Transition