InteractiveSideMenu
InteractiveSideMenu copied to clipboard
iOS Interactive Side Menu written in Swift.
Hello, I am using the interactive side menu and I have successfully implemented it however, my side menu has sections and I am not able to access other view controllers...
when click on the side menu and click on the buttons first time it reload the Controller but if I Come again to that controller its not updated it show...
I have copied the code from the **HostViewController implementation** section into my file that belongs to the HostViewController but I was immediately greeted with this error: "_Cannot assign value of...
How can i achieve a wider recognition area for the menu pull out? currently by default its on the very edge of the view and it would be good to...
As of now it is not possible to subclass from UITableViewController for the MenuViewController. For example I've written the following class: ```swift class MyMenuViewController: UITableViewController { // some logic }...
Hey guys, Thanks for the great library. Currently `contentViewControllers` requires instantiated view controllers which could cause high memory usage specially with complex views. I tried to change it to array...
Really, again when starting to use this library in my app I can't see why I need to conform to the `SideMenuItemContent` protocol im my view controllers? Is it only...
Hello, they are still working with the menu but with the latest update I am receiving errors. In my project I managed to get it to work but at the...