I want the dismiss animation in front of the menu,but set dismissOnPresent = false and presentationStyle = menuSlideIn doesn't work
xiaoyao20084321 opened this issue · comments
I have read the guidelines for contributing and I understand
- [✔️] My issue is happening in the latest version of SideMenu (older versions are no longer maintained).
- [✔️] My issue was not solved in the README.
- [✔️] My issue can not be answered on stackoverflow.com.
- [✔️] My issue is not a request for new functionality that I am unwilling to build and contribute with a pull request.
- [✔️] My issue is reproducible in the demo project.
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:
- write dismissOnPresent = false
- write presentationStyle = .menuSlideIn
- Click on Demo right menu
- Click on Present View Controller 1
- Click on dismiss
Expected behavior
I want the dismiss animation in front of the menu
Additional context
Add any other context about the problem here.
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?