[✔️] 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
Screenshots
Additional context
Add any other context about the problem here.
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:
Expected behavior I want the dismiss animation in front of the menu
Screenshots
Additional context Add any other context about the problem here.