SideDrawerExample-iOS icon indicating copy to clipboard operation
SideDrawerExample-iOS copied to clipboard

Implementation of the approach described on [Side Drawer Navigation for iOS](http://pulkitgoyal.in/side-drawer-navigation-for-ios/) to add a Side Drawer to storyboard based iOS app

Side Drawer Navigation for iOS

This is an implementation of the approach described on my post on side drawer navigation for iOS. It can be used as a starter code for quickly adding side drawer using MMDrawerController in a Storyboard based app.

Build

Built with CocoaPods.

$ pod install
$ open SideDrawerExample.xcworkspace

Contribute

Feel free to send pull requests to add more features, fix bugs or improve the documentation.