Closed jaag12 closed 3 years ago
Hey I am facing the same issue. Have you got the fix?
Hey You can use
`lgSideMenuVC.modalPresentationStyle = .currentContext`
Take a look at demo projects. they have good examples of how to setup everything.
Hello before you thank the work done in the library. My side menu is not shown in full screen is cut to the height of the main menu, what am I doing wrong ?. My configuration is this:
`SideMainVC *sideMainController=[[SideMainVC alloc] initWithNibName:@"SideMain" bundle:nil];
Thanks you