MFSideMenu
MFSideMenu copied to clipboard
Two questions regarding MFSideMenu
Hi Mike,
Could you do me a favour and tell me what I'm doing wrong?
- The first issue I'm having is that I wish to start the app with the slide menu open without animating it. I tried doing this by setting it to slide out before showing the VCs, but instead of the menu I get a black patch of screen. Then I tried setting it so it shows without animation ([container setMenuSlideAnimationEnabled:NO];) on presenting the VCs, but the animation still happens.
- The second issue is that now I'd like the slide menu to be full screen. How would I go about setting that? Don't ask why, please, I know there are better ways to handle full screen menu, such as using master-detail and segues.
Best regards!