jonkykong / SideMenu

Simple side/slide menu control for iOS, no code necessary! Lots of customization. Add it to your project in 5 minutes or less.
MIT License
5.66k stars 694 forks source link

I want the dismiss animation in front of the menu,but set dismissOnPresent = false and presentationStyle = menuSlideIn doesn't work #671

Open xiaoyao20084321 opened 3 years ago

xiaoyao20084321 commented 3 years ago

I have read the guidelines for contributing and I understand

Describe the bug When I set dismissOnPresent = false and presentationStyle = menuSlideIn, when the VC dismiss from the menu present,the dismiss animation from the back of the menu will appear, instead of the dismiss animation in front of the menu,how to fix this bug?

To Reproduce Steps to reproduce the behavior:

  1. write dismissOnPresent = false
  2. write presentationStyle = .menuSlideIn
  3. Click on Demo right menu
  4. Click on Present View Controller 1
  5. Click on dismiss

Expected behavior I want the dismiss animation in front of the menu

Screenshots image image

Additional context Add any other context about the problem here.

nicksterious commented 1 year ago

Were you ever able to sort this out? Seem the MenuSettings don't work at all or perhaps there's a counterintuitive way to apply them?