MFSideMenu
MFSideMenu copied to clipboard
Black bar at the bottom of side menu and side menu is not resizing properly on phone call
Hi ;
There is black bar on the bottom of side menu...
Also side menu not resizing properly on phone call
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
How to resolve this one? Also, shall one add a custom Header View if one needs space above first Menu item?
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;