Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 604 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 604 Bytes

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.