InteractiveSideMenu icon indicating copy to clipboard operation
InteractiveSideMenu copied to clipboard

iOS Interactive Side Menu written in Swift.

Results 38 InteractiveSideMenu issues
Sort by recently updated
recently updated
newest added

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...

enhancement
question

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...

enhancement

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 }...

enhancement
question

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...

enhancement
question

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...

enhancement

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...