It is an easy to use menu, that fits perfectly in iOS7 Applications.
- Install CocoPods
- Create a Podfile in project root directory
- Add the following line:
pod 'iOS7Menu', '~> 0.3'
- Run
pod install
- Create a Tabbed-Application in Xcode
- Follow steps in How to install
- Change Tab-ViewController-Class to ISMViewController
- Run project
- Add a UITabBarController to the storyboard
- change class to ISMViewController
- connect the menu controller with your view controller by clicking on the menu controller and – while holding ctrl – drag a connection to your own view controller.
- Choose viewcontrollers in the appearing menu
- Repeat steps 3 and 4 to add all your view controllers to the menu
Video: http://www.youtube.com/watch?v=2nY8joGZ4iY&feature=youtu.be
You may also wanna have a look on http://monavari.de
<iframe width="560" height="315" src="//www.youtube.com/embed/2nY8joGZ4iY" frameborder="0" allowfullscreen></iframe>