LGSideMenuController
LGSideMenuController copied to clipboard
iOS view controller which manages left and right side views
I'm trying to call a new flow and I'm getting this error. Can you tell me what it could be?
I have an image in my navigation bar, when I get login into the application the logo is perfectly centered aligned. But when I click on the side menu and...
how i can push navigation controller when click at the cell in right side menu
This function: ``` open func tryPerformRootSegueIfNeeded() { guard self.storyboard != nil, _rootViewController == nil, LGSideMenuHelper.canPerformSegue(self, withIdentifier: LGSideMenuSegue.Identifier.root) else { return } self.performSegue(withIdentifier: LGSideMenuSegue.Identifier.root, sender: self) }``` Why would it cause...
The quick start is supper confusing as is the documentation... i can not find any video documentaion or other resources...
Hi Sir, I am getting appDelegate.window is nil When user clicks the submit button need to show LGSide Menu. Can you please help How to use write code in storyboard...
Hi, Thank you for your great library. I am using LGSideMenuController with UISplitViewController for rightView on iOS 11. RightView is not coming correctly (fluctuating) for the first time. On iOS...