SlideMenuControllerOC
SlideMenuControllerOC copied to clipboard
The SlideMenuController is written in Objective-C, which is inspired by the SlideMenuControllerSwift.
Hi, Slider gets automatically closed on change orientation. I tap on side menu button to open the slide menu and after changing the orientation it gets closed. Please have a...
I want to disable swipe from anywhere in screen to open menu, only swipe from edge of screen.
Can you give a real example about how to change SlideMenuOptions. Thanks.
I want name and as well as name icon in menu ..SO please tell me how can i do that ?
There are some cases when `LPSLastState`/`LPSLastState` can be set to `UIGestureRecognizerStateCancelled` and side panel stops responding to gestures. For example, if the app becomes inactive while the pan gesture is...
I do many ways but nothing change.
It is too late to add child view controllers in `viewWillLayoutSubviews`. Stuff like `topLayoutGuide` on child view controllers will not be set correctly in their `viewDidLoad`-methods causing issues with auto...
Do you think it would be possible to make a new release to CocoaPods?
It seems that SlideMenuController has no chance to update the leftContainerView's width when I use the code as follows to set leftContainerView's width. ``` SlideMenuController *smc = [[SlideMenuController alloc] initWithMainViewController:mnvc...
Hi,As given in sample code,to navigate another view controller there is code as `case LeftMenuSwift: [self.slideMenuController changeMainViewController:self.swiftViewController close:YES]; break;` and the `SwiftViewController` defined as `UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];...