I am having trouble with setting up a basic ECSlidingViewController project.
I am using storyboards to set up my layout, but for the life of me I cannot get the unwind segue to work. When control dragging to the green exit button, it won’t allow me to make a connection.
Additionally, I cannot figure out how to add the pan gesture to the top view controller.
The transition fun example is the closest to what I am looking for (in regards to nag button to reveal menu and swiping the topViewController to reveal, as well as reset the top view controller when it is tapped) but I am having trouble picking apart the code.
Any insight on how to accomplish this?