MMDrawerController icon indicating copy to clipboard operation
MMDrawerController copied to clipboard

Drawer height incorrect when showsStatusBarBackgroundView = TRUE

Open agroGandhi opened this issue 10 years ago • 1 comments

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.

agroGandhi avatar Nov 19 '15 15:11 agroGandhi

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

agroGandhi avatar Dec 08 '15 14:12 agroGandhi