iOS-Slide-Menu icon indicating copy to clipboard operation
iOS-Slide-Menu copied to clipboard

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook

Results 97 iOS-Slide-Menu issues
Sort by recently updated
recently updated
newest added

I'm having an issue with implementing the Slide Menu within a Tab Bar controller. Each tab bar item has a `SlideNavigationController` in it but it's only listening to one view...

Hi! Thanks for the menu, its brilliant! I displayed a left menu on my app. How can I make it close by swiping left the menu? Not just the area...

Main… I have many cases where my main menu is not the root controller… In the case of this update, my Main controller is after a load screen which makes...

I updated my project to Swift 4 to support iOS 11 in my application and im experiencing a strange behaviour when pushing and popping view controllers created programmatically. (In my...

Hello, could you please tell if there is such an attribute to block any touches on main screen, when menu is opened, until it would be closed? Or when menu...

Love this subclass :). Had an issue while implementing it though: I created my `SlideNavigationController` using `- initWithRootViewController` (I don't use storyboards), and then I added a custom `leftBarButtonItem`, but...

The left/right menu buttons aren't showing up in my installation. I also tried manually adding a button and that doesn't seem to work. I took a look in the Debug...

I have just integrated this script into my project. I was able to get the Left Menu Controller to appear on button press but I can not seem to get...

I am aware of " [[SlideNavigationController sharedInstance] closeMenuWithCompletion:^{};]" method But is there a way you can close it immediately without an animation?