mikefrederick / MFSideMenu

Facebook-like side menu for iOS
Other
1.17k stars 291 forks source link

Black bar at the bottom of side menu and side menu is not resizing properly on phone call #185

Open CoderXpert opened 9 years ago

CoderXpert commented 9 years ago

Hi ; There is black bar on the bottom of side menu...
Also side menu not resizing properly on phone call ios simulator screen shot feb 9 2015 3 34 53 pm ios simulator screen shot feb 9 2015 3 36 53 pm

0x5e commented 9 years ago

It seems that the height of black bar equals to status bar, but I forget how to solve... Maybe background color, or property of the view related to status bar

iampushpinder commented 8 years ago

How to resolve this one? Also, shall one add a custom Header View if one needs space above first Menu item?

tcgsantanu commented 7 years ago

please check this issue , it may help https://github.com/mikefrederick/MFSideMenu/issues/204

Inside the function called "setLeftSideMenuFrameToClosedPosition", replace line below

CGRect leftFrame = [self.leftMenuViewController view].frame; to the code below.

CGRect leftFrame = [self.centerViewController view].frame;