evnaz / ENSwiftSideMenu

A simple side menu for iOS written in Swift.
MIT License
1.82k stars 282 forks source link

Attempt to present ____ on ______ whose view is not in the window hierarchy! #73

Open RobertGetka opened 9 years ago

RobertGetka commented 9 years ago

I am trying to click on a button which takes me to a separate view that should not be able to open the sidebar, and on the new view the only way to get back should be with a back button located on the view. I have this working, however when I try to access the sidebar I get the warning in the title.

elsesiy commented 9 years ago

@RobertGetka Well that's a common issue. How do you push the vc? There are several posts on SO on how to do it right, see this for example.