PaperFoldMenuController uses PaperFold to create a foldable menu on the left side of the screen. The project is created with similar methods and delegates as UITabBarController so that it can be used as a replacement easily.
Just like UITabBarController, you can add items to the menu using setViewControllers. The title of each view controllers in the array appears in the menu table view. The controller uses containment view controller, so all the UIViewController's callbacks e.g, viewWillAppear, viewDidAppear works.

