mutualmobile / MMDrawerController

A lightweight, easy to use, Side Drawer Navigation Controller
MIT License
6.76k stars 1.38k forks source link

Right & Left Drawers show bottom bar / black gap or UITabBar height #297

Open gituser87 opened 10 years ago

gituser87 commented 10 years ago

Right & Left Drawers show bottom bar / black gap of UITabBar height when using the mmdrawercontroller as the rootviewcontroller of a navigation controller of a tab bar controller item in the More tab. When pushing to this tab from the more tab, the center drawer appears with full screen height, however the side drawers have a black bar-ish sort of emptyness at the bottom of the screen. I tried self.hidesBottomBarWhenPushed = YES; in the drawer controllers as well as on the drawer controllers but it doesn't work :(

vzheng56 commented 10 years ago

Same Issues

renetik commented 9 years ago

Simmilar issue... When I open swwebbrowserViewcontroller that contains toolbar at bottom in navigationcontroller that is center controller ov drawer , and I swith to some other controller back , there is tootlbar space at bottom of center controler covering it

kcharwood commented 9 years ago

We don't have explicit support for UITabBarController, but I'll take a look.

altagir commented 3 years ago

2015 is getting old, any fix or workaround ?