MMDrawerController
MMDrawerController copied to clipboard
Drawer height incorrect when showsStatusBarBackgroundView = TRUE
The height of the drawer is incorrect (20 points too large and content is clipped from the bottom) when a status bar background view is used.
changing UIViewController+MMDrawerController.h line 41: CGRect rect = self.mm_drawerController.leftDrawerViewController.view.bounds
changing UIViewController+MMDrawerController.h line 49: CGRect rect = self.mm_drawerController.RightDrawerViewController.view.bounds
fixes this